Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ethereum/go-ethereum from 1.9.12 to 1.10.10 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
13 changes: 4 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ require (
github.com/cosmos/cosmos-sdk v0.37.7
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/didip/tollbooth v4.0.2+incompatible
github.com/ethereum/go-ethereum v1.9.12
github.com/ethereum/go-ethereum v1.10.10
github.com/go-kit/kit v0.10.0 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-retryablehttp v0.6.4
github.com/ipfs/go-datastore v0.4.4 // indirect
github.com/ipfs/go-log v1.0.2
Expand All @@ -32,8 +31,7 @@ require (
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tendermint/btcd v0.1.1
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
github.com/tendermint/go-amino v0.15.1
Expand All @@ -43,14 +41,11 @@ require (
gitlab.com/thorchain/tss/go-tss v0.0.0-20200510003725-b211cb28c534
gitlab.com/thorchain/txscript v0.0.0-20200413023754-8aaf3443d92b
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200409210453-700752c24408 // indirect
google.golang.org/genproto v0.0.0-20200304201815-d429ff31ee6c // indirect
google.golang.org/grpc v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/ini.v1 v1.52.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

replace github.com/tendermint/go-amino => github.com/binance-chain/bnc-go-amino v0.14.1-binance.1
Loading