Skip to content

Commit

Permalink
Merge pull request #86 from kaleido-io/pickupLatestFFTM
Browse files Browse the repository at this point in the history
pick fftm 1.2.14 with fix for mtls in fftm client
  • Loading branch information
nguyer authored May 31, 2023
2 parents 4e44c82 + 0c4f114 commit 0d1d52a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/hyperledger/firefly-common v1.2.11
github.com/hyperledger/firefly-signer v1.1.8
github.com/hyperledger/firefly-transaction-manager v1.2.13
github.com/hyperledger/firefly-transaction-manager v1.2.14
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ github.com/hyperledger/firefly-signer v1.1.8 h1:XyJjZXesih2dWYG31m5ZYt4irH7/PdkR
github.com/hyperledger/firefly-signer v1.1.8/go.mod h1:vNbbROziwqkOmO0b+9ky3devjcFg0JIkR2M1KG7seTQ=
github.com/hyperledger/firefly-transaction-manager v1.2.13 h1:qMBN3Eviaxn96b2zsSBpwZ/vEt3X+ojW8B+p3UzhOjg=
github.com/hyperledger/firefly-transaction-manager v1.2.13/go.mod h1:HjSAX2HoB/XccjXPD2h3z8owUMWrPYjspxLD55sRLnE=
github.com/hyperledger/firefly-transaction-manager v1.2.14 h1:G4DyWoSDmPCmMVeuTyOWghuGqeTPPnHaGSIcSptcqSE=
github.com/hyperledger/firefly-transaction-manager v1.2.14/go.mod h1:HjSAX2HoB/XccjXPD2h3z8owUMWrPYjspxLD55sRLnE=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
Expand Down

0 comments on commit 0d1d52a

Please sign in to comment.