Update go-ethereum (#6660)

* Update go-ethereum
* fix go-ethereum
* Merge branch 'master' into update-go-ethereum
* Merge refs/heads/master into update-go-ethereum
* Merge refs/heads/master into update-go-ethereum
* Merge refs/heads/master into update-go-ethereum
This commit is contained in:
Preston Van Loon 2020-07-21 14:52:19 -07:00 committed by GitHub
parent 3023f5dbd3
commit f1cfb6a222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ def prysm_deps():
# Note: The keep directives help gazelle leave this alone.
go_repository(
name = "com_github_ethereum_go_ethereum",
commit = "a933315235ecf4469b5784b62713bc40f979c19d", # keep
commit = "82ea6953710decd73e89ca368c309e732233e39a", # keep
importpath = "github.com/ethereum/go-ethereum", # keep
# Note: go-ethereum is not bazel-friendly with regards to cgo. We have a
# a fork that has resolved these issues by disabling HID/USB support and