Skip to content

Commit 25054de

Browse files
Bump github.com/ethereum/go-ethereum from 1.15.7 to 1.16.8
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.7 to 1.16.8. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.7...v1.16.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e68cece commit 25054de

File tree

2 files changed

+57
-59
lines changed

2 files changed

+57
-59
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.1
55
require (
66
cloud.google.com/go/kms v1.21.1
77
github.com/cenkalti/backoff/v4 v4.3.0
8-
github.com/ethereum/go-ethereum v1.15.7
8+
github.com/ethereum/go-ethereum v1.16.8
99
github.com/stretchr/testify v1.10.0
1010
)
1111

@@ -17,16 +17,16 @@ require (
1717
cloud.google.com/go/iam v1.4.1 // indirect
1818
cloud.google.com/go/longrunning v0.6.5 // indirect
1919
github.com/Microsoft/go-winio v0.6.2 // indirect
20+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
2021
github.com/StackExchange/wmi v1.2.1 // indirect
21-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
22-
github.com/consensys/bavard v0.1.22 // indirect
23-
github.com/consensys/gnark-crypto v0.14.0 // indirect
22+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
23+
github.com/consensys/gnark-crypto v0.18.0 // indirect
24+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
2425
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
25-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
2727
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
2828
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
29-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
29+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
3030
github.com/ethereum/go-verkle v0.2.2 // indirect
3131
github.com/felixge/httpsnoop v1.0.4 // indirect
3232
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -39,10 +39,9 @@ require (
3939
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
4040
github.com/gorilla/websocket v1.4.2 // indirect
4141
github.com/holiman/uint256 v1.3.2 // indirect
42-
github.com/mmcloughlin/addchain v0.4.0 // indirect
4342
github.com/pmezard/go-difflib v1.0.0 // indirect
4443
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
45-
github.com/supranational/blst v0.3.14 // indirect
44+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
4645
github.com/tklauser/go-sysconf v0.3.12 // indirect
4746
github.com/tklauser/numcpus v0.6.1 // indirect
4847
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -52,10 +51,10 @@ require (
5251
go.opentelemetry.io/otel/metric v1.34.0 // indirect
5352
go.opentelemetry.io/otel/trace v1.34.0 // indirect
5453
golang.org/x/crypto v0.36.0 // indirect
55-
golang.org/x/net v0.37.0 // indirect
54+
golang.org/x/net v0.38.0 // indirect
5655
golang.org/x/oauth2 v0.27.0 // indirect
5756
golang.org/x/sync v0.12.0 // indirect
58-
golang.org/x/sys v0.31.0 // indirect
57+
golang.org/x/sys v0.36.0 // indirect
5958
golang.org/x/text v0.23.0 // indirect
6059
golang.org/x/time v0.10.0 // indirect
6160
google.golang.org/api v0.224.0 // indirect
@@ -65,5 +64,4 @@ require (
6564
google.golang.org/grpc v1.71.0 // indirect
6665
google.golang.org/protobuf v1.36.5 // indirect
6766
gopkg.in/yaml.v3 v3.0.1 // indirect
68-
rsc.io/tmplfunc v0.0.3 // indirect
6967
)

0 commit comments

Comments
 (0)