Skip to content

Commit 303e742

Browse files
chore(deps): bump github.com/ethereum/go-ethereum
Bumps the go_modules group with 1 update in the /test/docker-e2e directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `github.com/ethereum/go-ethereum` from 1.16.3 to 1.16.8 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.3...v1.16.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ebb128 commit 303e742

File tree

2 files changed

+73
-109
lines changed

2 files changed

+73
-109
lines changed

test/docker-e2e/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ require (
5050
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
5151
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
5252
github.com/Microsoft/go-winio v0.6.2 // indirect
53+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
5354
github.com/avast/retry-go/v4 v4.6.1 // indirect
5455
github.com/aws/aws-sdk-go v1.55.5 // indirect
5556
github.com/aws/aws-sdk-go-v2 v1.39.2 // indirect
@@ -125,7 +126,7 @@ require (
125126
github.com/emicklei/dot v1.6.2 // indirect
126127
github.com/envoyproxy/go-control-plane/envoy v1.35.0 // indirect
127128
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
128-
github.com/ethereum/go-ethereum v1.16.3 // indirect
129+
github.com/ethereum/go-ethereum v1.16.8 // indirect
129130
github.com/fatih/color v1.18.0 // indirect
130131
github.com/felixge/httpsnoop v1.0.4 // indirect
131132
github.com/filecoin-project/go-clock v0.1.0 // indirect
@@ -145,7 +146,7 @@ require (
145146
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
146147
github.com/golang/mock v1.6.0 // indirect
147148
github.com/golang/protobuf v1.5.4 // indirect
148-
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
149+
github.com/golang/snappy v1.0.0 // indirect
149150
github.com/google/btree v1.1.3 // indirect
150151
github.com/google/flatbuffers v25.1.24+incompatible // indirect
151152
github.com/google/go-cmp v0.7.0 // indirect
@@ -236,7 +237,6 @@ require (
236237
github.com/tidwall/btree v1.7.0 // indirect
237238
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
238239
github.com/ulikunitz/xz v0.5.14 // indirect
239-
github.com/zeebo/errs v1.4.0 // indirect
240240
github.com/zondax/golem v0.27.0 // indirect
241241
github.com/zondax/hid v0.9.2 // indirect
242242
github.com/zondax/ledger-go v1.0.1 // indirect
@@ -255,13 +255,13 @@ require (
255255
go.uber.org/multierr v1.11.0 // indirect
256256
go.yaml.in/yaml/v3 v3.0.4 // indirect
257257
golang.org/x/arch v0.15.0 // indirect
258-
golang.org/x/crypto v0.47.0 // indirect
258+
golang.org/x/crypto v0.48.0 // indirect
259259
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
260260
golang.org/x/net v0.49.0 // indirect
261261
golang.org/x/oauth2 v0.35.0 // indirect
262-
golang.org/x/sys v0.40.0 // indirect
263-
golang.org/x/term v0.39.0 // indirect
264-
golang.org/x/text v0.33.0 // indirect
262+
golang.org/x/sys v0.41.0 // indirect
263+
golang.org/x/term v0.40.0 // indirect
264+
golang.org/x/text v0.34.0 // indirect
265265
golang.org/x/time v0.14.0 // indirect
266266
google.golang.org/api v0.266.0 // indirect
267267
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect

0 commit comments

Comments
 (0)