@@ -7,29 +7,20 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp
77require (
88 github.com/armon/go-metrics v0.3.10
99 github.com/confio/ics23/go v0.7.0
10- github.com/cosmos/cosmos-sdk v0.44.6
10+ github.com/cosmos/cosmos-sdk v0.44.8
1111 github.com/gogo/protobuf v1.3.3
1212 github.com/golang/protobuf v1.5.2
1313 github.com/gorilla/mux v1.8.0
1414 github.com/grpc-ecosystem/grpc-gateway v1.16.0
1515 github.com/pkg/errors v0.9.1
1616 github.com/rakyll/statik v0.1.7
17- github.com/spf13/cast v1.3 .1
18- github.com/spf13/cobra v1.2.1
19- github.com/spf13/viper v1.8 .1
20- github.com/stretchr/testify v1.7.0
21- github.com/tendermint/tendermint v0.34.14
22- github.com/tendermint/tm-db v0.6.4
23- google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
24- google.golang.org/grpc v1.42 .0
17+ github.com/spf13/cast v1.4 .1
18+ github.com/spf13/cobra v1.4.0
19+ github.com/spf13/viper v1.10 .1
20+ github.com/stretchr/testify v1.7.1
21+ github.com/tendermint/tendermint v0.34.19
22+ github.com/tendermint/tm-db v0.6.6
23+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
24+ google.golang.org/grpc v1.45 .0
2525 google.golang.org/protobuf v1.27.1
2626)
27-
28- require (
29- github.com/cespare/xxhash/v2 v2.1.2 // indirect
30- github.com/fsnotify/fsnotify v1.5.1 // indirect
31- github.com/golang/snappy v0.0.3 // indirect
32- github.com/mitchellh/mapstructure v1.4.2 // indirect
33- github.com/pelletier/go-toml v1.9.4 // indirect
34- gopkg.in/ini.v1 v1.63.2 // indirect
35- )
0 commit comments