@@ -6,9 +6,9 @@ require (
6
6
github.com/bandprotocol/go-owasm v0.1.1
7
7
github.com/confio/ics23/go v0.6.6
8
8
github.com/containerd/continuity v0.1.0 // indirect
9
- github.com/cosmos/cosmos-sdk v0.44.5
9
+ github.com/cosmos/cosmos-sdk v0.44.5-patch
10
10
github.com/cosmos/go-bip39 v1.0.0
11
- github.com/cosmos/ibc-go v1.1.5
11
+ github.com/cosmos/ibc-go v1.1.7
12
12
github.com/ethereum/go-ethereum v1.10.8
13
13
github.com/gogo/protobuf v1.3.3
14
14
github.com/golang/protobuf v1.5.2
@@ -23,18 +23,20 @@ require (
23
23
github.com/prometheus/client_golang v1.11.0
24
24
github.com/rakyll/statik v0.1.7
25
25
github.com/regen-network/cosmos-proto v0.3.1
26
- github.com/spf13/cast v1.3 .1
26
+ github.com/spf13/cast v1.4 .1
27
27
github.com/spf13/cobra v1.2.1
28
- github.com/spf13/viper v1.8 .1
29
- github.com/stretchr/testify v1.7 .0
28
+ github.com/spf13/viper v1.10 .1
29
+ github.com/stretchr/testify v1.8 .0
30
30
github.com/tendermint/tendermint v0.34.14
31
31
github.com/tendermint/tm-db v0.6.4
32
- google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
33
- google.golang.org/grpc v1.42 .0
32
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
33
+ google.golang.org/grpc v1.43 .0
34
34
google.golang.org/protobuf v1.27.1
35
35
gopkg.in/yaml.v2 v2.4.0
36
36
)
37
37
38
38
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
39
39
40
40
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
41
+
42
+ replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
0 commit comments