Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/avast/retry-go v2.7.0+incompatible
github.com/blang/semver v3.5.1+incompatible
github.com/boz/go-lifecycle v0.1.1-0.20190620234137-5139c86739b8
github.com/cosmos/cosmos-sdk v0.44.1
github.com/cosmos/cosmos-sdk v0.44.3
github.com/cosmos/ibc-go v1.0.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gin-gonic/gin v1.7.0 // indirect
Expand Down Expand Up @@ -38,7 +38,7 @@ require (
github.com/stretchr/objx v0.2.1-0.20190415111823-35313a95ee26 // indirect
github.com/stretchr/testify v1.7.0
github.com/subosito/gotenv v1.2.1-0.20190917103637-de67a6614a4d // indirect
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
Expand All @@ -54,9 +54,8 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/ovrclk/cosmos-sdk v0.44.1-patches
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
github.com/tendermint/tendermint => github.com/ovrclk/tendermint v0.34.13-patches
github.com/tendermint/tendermint => github.com/ovrclk/tendermint v0.34.14-patches
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
Loading