ibc-go v3.3.1
Showing
+5 -5
... | ... | @@ -7,8 +7,8 @@ require ( |
github.com/cosmos/cosmos-proto v1.0.0-alpha8 | ||
github.com/cosmos/cosmos-sdk v0.46.1 | ||
github.com/cosmos/go-bip39 v1.0.0 | ||
github.com/cosmos/iavl v0.19.1 | ||
github.com/cosmos/ibc-go/v3 v3.3.0 | ||
github.com/cosmos/iavl v0.19.3 | ||
github.com/cosmos/ibc-go/v3 v3.3.1 | ||
github.com/gogo/protobuf v1.3.3 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
... | ... | @@ -281,7 +281,7 @@ require ( |
golang.org/x/term v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/tools v0.2.0 // indirect | ||
google.golang.org/protobuf v1.28.1 | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
... | ... |
Please register or sign in to comment