File tree Expand file tree Collapse file tree 2 files changed +380
-32
lines changed Expand file tree Collapse file tree 2 files changed +380
-32
lines changed Original file line number Diff line number Diff line change 33module github.com/tendermint/liquidity
44
55require (
6- github.com/cosmos/cosmos-sdk v0.44.0
6+ github.com/cosmos/cosmos-sdk v0.44.1
77 github.com/gogo/protobuf v1.3.3
88 github.com/golang/mock v1.6.0
99 github.com/golang/protobuf v1.5.2
@@ -12,15 +12,15 @@ require (
1212 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
1313 github.com/rakyll/statik v0.1.7
1414 github.com/spf13/cast v1.3.1
15- github.com/spf13/cobra v1.1.3
15+ github.com/spf13/cobra v1.2.1
1616 github.com/spf13/pflag v1.0.5
17- github.com/spf13/viper v1.8.0
17+ github.com/spf13/viper v1.8.1
1818 github.com/stretchr/testify v1.7.0
19- github.com/tendermint/tendermint v0.34.12
19+ github.com/tendermint/tendermint v0.34.13
2020 github.com/tendermint/tm-db v0.6.4
2121 google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22- google.golang.org/grpc v1.38 .0
23- google.golang.org/protobuf v1.26.0
22+ google.golang.org/grpc v1.40 .0
23+ google.golang.org/protobuf v1.27.1
2424 gopkg.in/yaml.v2 v2.4.0
2525)
2626
You can’t perform that action at this time.
0 commit comments