From f1cfb6a22218da21eb489989524db53d8ec0d4da Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 21 Jul 2020 14:52:19 -0700 Subject: [PATCH] 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 --- deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.bzl b/deps.bzl index 6e63f95df..d740ac8be 100644 --- a/deps.bzl +++ b/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