Skip to content

Commit

Permalink
Merge pull request #471 from PeggyJV/bolten/module-2.0.2
Browse files Browse the repository at this point in the history
Dragonberry patch
  • Loading branch information
zmanian committed Oct 14, 2022
2 parents c2efc1d + 58b30a7 commit a5c7b97
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 126 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ module github.com/peggyjv/gravity-bridge
go 1.15

require (
github.com/cosmos/cosmos-sdk v0.44.5
github.com/cosmos/cosmos-sdk v0.44.5-patch
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go v1.0.1 // indirect
github.com/ethereum/go-ethereum v1.10.11
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/ory/dockertest/v3 v3.8.1
github.com/peggyjv/gravity-bridge/module/v2 v2.0.0-20220414231624-592368d8e8e1 // indirect
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/peggyjv/gravity-bridge/module/v2 v2.0.2
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.14
)

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
Loading

0 comments on commit a5c7b97

Please sign in to comment.