mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
update geth (#7824)
This commit is contained in:
parent
758ec96d6d
commit
83601245f2
2
deps.bzl
2
deps.bzl
@ -601,7 +601,7 @@ def prysm_deps():
|
|||||||
# Note: The keep directives help gazelle leave this alone.
|
# Note: The keep directives help gazelle leave this alone.
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "com_github_ethereum_go_ethereum",
|
name = "com_github_ethereum_go_ethereum",
|
||||||
commit = "013fd65b37916db69a9972226235d3063c3c83a7", # keep
|
commit = "233538bfc3d8e62a179ffe2af8015d03842a9dc3", # keep
|
||||||
importpath = "github.com/ethereum/go-ethereum", # keep
|
importpath = "github.com/ethereum/go-ethereum", # keep
|
||||||
# Note: go-ethereum is not bazel-friendly with regards to cgo. We have a
|
# 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
|
# a fork that has resolved these issues by disabling HID/USB support and
|
||||||
|
2
go.mod
2
go.mod
@ -137,6 +137,6 @@ require (
|
|||||||
k8s.io/utils v0.0.0-20200520001619-278ece378a50 // indirect
|
k8s.io/utils v0.0.0-20200520001619-278ece378a50 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/ethereum/go-ethereum => github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201113091623-013fd65b3791
|
replace github.com/ethereum/go-ethereum => github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201116135122-233538bfc3d8
|
||||||
|
|
||||||
replace github.com/json-iterator/go => github.com/prestonvanloon/go v1.1.7-0.20190722034630-4f2e55fcf87b
|
replace github.com/json-iterator/go => github.com/prestonvanloon/go v1.1.7-0.20190722034630-4f2e55fcf87b
|
||||||
|
4
go.sum
4
go.sum
@ -965,8 +965,8 @@ github.com/prometheus/tsdb v0.10.0 h1:If5rVCMTp6W2SiRAQFlbpJNgVlgMEd+U2GZckwK38i
|
|||||||
github.com/prometheus/tsdb v0.10.0/go.mod h1:oi49uRhEe9dPUTlS3JRZOwJuVi6tmh10QSgwXEyGCt4=
|
github.com/prometheus/tsdb v0.10.0/go.mod h1:oi49uRhEe9dPUTlS3JRZOwJuVi6tmh10QSgwXEyGCt4=
|
||||||
github.com/protolambda/zssz v0.1.5 h1:7fjJjissZIIaa2QcvmhS/pZISMX21zVITt49sW1ouek=
|
github.com/protolambda/zssz v0.1.5 h1:7fjJjissZIIaa2QcvmhS/pZISMX21zVITt49sW1ouek=
|
||||||
github.com/protolambda/zssz v0.1.5/go.mod h1:a4iwOX5FE7/JkKA+J/PH0Mjo9oXftN6P8NZyL28gpag=
|
github.com/protolambda/zssz v0.1.5/go.mod h1:a4iwOX5FE7/JkKA+J/PH0Mjo9oXftN6P8NZyL28gpag=
|
||||||
github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201113091623-013fd65b3791 h1:6C+VhYdUuy784LPc9t/FuAptmlYcrf5pYjXKPj93ko8=
|
github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201116135122-233538bfc3d8 h1:Fc6JMvJBFAAdI07o//gNgT5MiCCScpe1u/KM1A6MDGo=
|
||||||
github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201113091623-013fd65b3791/go.mod h1:JIfVb6esrqALTExdz9hRYvrP0xBDf6wCncIu1hNwHpM=
|
github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20201116135122-233538bfc3d8/go.mod h1:JIfVb6esrqALTExdz9hRYvrP0xBDf6wCncIu1hNwHpM=
|
||||||
github.com/prysmaticlabs/ethereumapis v0.0.0-20201003171600-a72e5f77d233 h1:dGeuKeaXxCepTbwsz7kYSfP1yazw1uRMn58CqNCcPP4=
|
github.com/prysmaticlabs/ethereumapis v0.0.0-20201003171600-a72e5f77d233 h1:dGeuKeaXxCepTbwsz7kYSfP1yazw1uRMn58CqNCcPP4=
|
||||||
github.com/prysmaticlabs/ethereumapis v0.0.0-20201003171600-a72e5f77d233/go.mod h1:k7b2dxy6RppCG6kmOJkNOXzRpEoTdsPygc2aQhsUsZk=
|
github.com/prysmaticlabs/ethereumapis v0.0.0-20201003171600-a72e5f77d233/go.mod h1:k7b2dxy6RppCG6kmOJkNOXzRpEoTdsPygc2aQhsUsZk=
|
||||||
github.com/prysmaticlabs/go-bitfield v0.0.0-20200322041314-62c2aee71669 h1:cX6YRZnZ9sgMqM5U14llxUiXVNJ3u07Res1IIjTOgtI=
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20200322041314-62c2aee71669 h1:cX6YRZnZ9sgMqM5U14llxUiXVNJ3u07Res1IIjTOgtI=
|
||||||
|
Loading…
Reference in New Issue
Block a user