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.14 to 1.10.9 #47

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
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/ethereum/go-ethereum v1.9.14
github.com/ethereum/go-ethereum v1.10.9
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-ini/ini v1.56.0
github.com/golang/protobuf v1.4.0
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/happierall/l v0.0.0-20190729144513-5eb32176fb02
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
Expand All @@ -32,7 +32,6 @@ require (
github.com/multiformats/go-multiaddr v0.3.1
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tebeka/strftime v0.1.4 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564
Expand All @@ -41,11 +40,8 @@ require (
github.com/urfave/cli v1.22.1
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.etcd.io/bbolt v1.3.4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
google.golang.org/grpc v1.31.1
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
Loading