Skip to content

Commit

Permalink
Merge pull request #82 from hyperledger/fftm-v1.2.11
Browse files Browse the repository at this point in the history
Update to fftm v1.2.11
  • Loading branch information
peterbroadhurst authored May 3, 2023
2 parents 880070f + 5dcbd8a commit 4d57847
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.19

require (
github.com/hashicorp/golang-lru v0.5.4
github.com/hyperledger/firefly-common v1.2.9
github.com/hyperledger/firefly-signer v1.1.6
github.com/hyperledger/firefly-transaction-manager v1.2.10
github.com/hyperledger/firefly-common v1.2.10
github.com/hyperledger/firefly-signer v1.1.7
github.com/hyperledger/firefly-transaction-manager v1.2.11
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/huandu/xstrings v1.3.1 h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs=
github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/hyperledger/firefly-common v1.2.9 h1:moJrmIydXPaCcGj9q9skYk9wXyGWtojPVRqFRIu18pk=
github.com/hyperledger/firefly-common v1.2.9/go.mod h1:kSAawo5is7RKWh3e9PMdWuR/OitfHAaAWVSK6V4lX80=
github.com/hyperledger/firefly-signer v1.1.6 h1:sgVubqD2Ph0JUKblr6hz5rNtAzEvQMpyx6oeWBHB4io=
github.com/hyperledger/firefly-signer v1.1.6/go.mod h1:rfWwu+KnhwKn74s+90kIMNdDYV/WnEXatnHWlDvnCO4=
github.com/hyperledger/firefly-transaction-manager v1.2.10 h1:CVXgMLhyJP3HejUZwFmXGyB5/V6nW/fTfweVkm0ByV4=
github.com/hyperledger/firefly-transaction-manager v1.2.10/go.mod h1:5OcS6bbuwUx36MXTbbfY54p+FRetRUJ6h36AFeGl5wo=
github.com/hyperledger/firefly-common v1.2.10 h1:im+GPaTnv764WmNvmtFFXz7+wx2IXg58Pf8AtDapM5o=
github.com/hyperledger/firefly-common v1.2.10/go.mod h1:kSAawo5is7RKWh3e9PMdWuR/OitfHAaAWVSK6V4lX80=
github.com/hyperledger/firefly-signer v1.1.7 h1:u0dITAM25V3406au5aShM2h829PeH86dQ0vnZ5HcnT8=
github.com/hyperledger/firefly-signer v1.1.7/go.mod h1:L05Rws/+A/IXDsNgubGFxstxmr40ZI82dzRKIFpj208=
github.com/hyperledger/firefly-transaction-manager v1.2.11 h1:48s28Q4zuYnFOkWJ080i0DLFnp41bd1YhJ35HT43YlY=
github.com/hyperledger/firefly-transaction-manager v1.2.11/go.mod h1:m9YeQPICf3688BCJoGVaYs31uSN7BjKISRUbLz3zjlU=
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 4d57847

Please sign in to comment.