Skip to content

Commit

Permalink
update: cosmos-sdk hash + remove unused queries
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Apr 11, 2022
1 parent aaca4fa commit 445f2a7
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 50 deletions.
18 changes: 10 additions & 8 deletions module/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ module github.com/althea-net/cosmos-gravity-bridge/module

go 1.15

replace github.com/cosmos/cosmos-sdk => github.com/CudoVentures/cosmos-sdk v0.0.0-20220405142659-31ad22d7f5e7
// replace github.com/cosmos/cosmos-sdk => ../../cosmos-sdk

replace github.com/cosmos/cosmos-sdk => github.com/CudoVentures/cosmos-sdk v0.0.0-20220411110303-34c676cfb016

require (
github.com/StackExchange/wmi v1.2.1 // indirect
Expand All @@ -19,15 +21,15 @@ require (
github.com/rakyll/statik v0.1.7
github.com/regen-network/cosmos-proto v0.3.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.19
github.com/tendermint/tm-db v0.6.6
github.com/tklauser/go-sysconf v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
google.golang.org/grpc v1.42.0
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.45.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

Expand Down
Loading

0 comments on commit 445f2a7

Please sign in to comment.