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

chore(deps): bump github.com/ethereum/go-ethereum from 1.8.23 to 1.10.17 #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
30 changes: 12 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
module github.com/BOXFoundation/boxd

require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/btcsuite/btcd v0.0.0-20190315201642-aa6e0f35703c
github.com/btcsuite/btcutil v0.0.0-20190316010144-3ac1210f4b38
github.com/ethereum/go-ethereum v1.8.23
github.com/ethereum/go-ethereum v1.10.17
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/go-akka/configuration v0.0.0-20190109144621-439b15a79294 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogap/config v0.0.0-20180418140818-a1522129698c // indirect
github.com/gogap/env_json v0.0.0-20150503135429-86150085ddbe // indirect
github.com/gogap/env_strings v0.0.1 // indirect
github.com/gogap/logrus_mate v1.1.0 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/golang/snappy v0.0.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.4
github.com/grpc-ecosystem/grpc-gateway v1.9.2
github.com/hashicorp/golang-lru v0.5.1
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/heirko/go-contrib v0.0.0-20170921174445-82c95aa7d665
github.com/heralight/logrus_mate v0.0.0-20170807195635-969b6efb860e
github.com/hoisie/redis v0.0.0-20160730154456-b5c6e81454e0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20190124185755-16c852ea613f // indirect
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
Expand All @@ -42,19 +36,19 @@ require (
github.com/multiformats/go-multiaddr v0.0.2
github.com/multiformats/go-multihash v0.0.1
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/rs/cors v1.6.0
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.1.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481
github.com/vrischmann/go-metrics-influxdb v0.0.0-20190121110601-4457d7e0175c
github.com/whyrusleeping/yamux v1.1.5
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/grpc v1.19.0
gopkg.in/yaml.v2 v2.2.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f
google.golang.org/grpc v1.26.0
gopkg.in/yaml.v2 v2.4.0
)

go 1.13