Skip to content

Commit

Permalink
Merge pull request #142 from okex/michael.w/update-go-mod
Browse files Browse the repository at this point in the history
update go.mod
  • Loading branch information
Ray Green authored Oct 8, 2021
2 parents e03c76d + 1e45360 commit b1c15d6
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 58 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ go 1.15
require (
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
github.com/cosmos/cosmos-sdk v0.39.2
github.com/ethereum/go-ethereum v1.9.25
github.com/ethereum/go-ethereum v1.10.8
github.com/golang/mock v1.5.0
github.com/okex/exchain v0.18.14
github.com/okex/exchain v0.19.9
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.33.9
)

replace (
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-exchain9
github.com/tendermint/iavl => github.com/okex/iavl v0.14.3-exchain
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-exchain6
github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-exchain17
github.com/tendermint/iavl => github.com/okex/iavl v0.14.3-exchain2
github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-exchain13
github.com/tendermint/tm-db => github.com/okex/tm-db v0.5.2-exchain1
)
Loading

0 comments on commit b1c15d6

Please sign in to comment.