mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
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:
parent
3023f5dbd3
commit
f1cfb6a222
2
deps.bzl
2
deps.bzl
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user