Skip to content

Commit

Permalink
Merge PR: upgrade to v1.5.6 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjianmeng authored Jun 22, 2022
1 parent 71ab89f commit 51aeee1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 100 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@ require (
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
github.com/ethereum/go-ethereum v1.10.8
github.com/golang/mock v1.6.0
github.com/google/pprof v0.0.0-20220318212150-b2ab0324ddda // indirect
github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2 // indirect
github.com/kisielk/godepgraph v0.0.0-20190626013829-57a7e4a651a9 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/minio/highwayhash v1.0.1 // indirect
github.com/okex/exchain v1.5.3 // indirect
github.com/okex/exchain v1.5.6
github.com/prometheus/client_golang v1.8.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.14
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
)

replace (
github.com/ethereum/go-ethereum => github.com/okex/go-ethereum v1.10.8-oec3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/go-amino => github.com/okex/go-amino v0.15.1-exchain6
github.com/tendermint/go-amino => github.com/okex/go-amino v0.15.1-exchain7
)
Loading

0 comments on commit 51aeee1

Please sign in to comment.