Skip to content

Commit a7d2ec2

Browse files
Bump github.com/ethereum/go-ethereum from 1.15.7 to 1.16.6
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.7 to 1.16.6. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.7...v1.16.6) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2eae0a commit a7d2ec2

File tree

2 files changed

+66
-62
lines changed

2 files changed

+66
-62
lines changed

go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,31 @@ module github.com/sprintertech/go-anvil
33
go 1.24.1
44

55
require (
6-
github.com/ethereum/go-ethereum v1.15.7
6+
github.com/ethereum/go-ethereum v1.16.6
77
github.com/lmittmann/w3 v0.19.3
88
)
99

1010
require (
1111
github.com/Microsoft/go-winio v0.6.2 // indirect
12+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
1213
github.com/StackExchange/wmi v1.2.1 // indirect
13-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
14-
github.com/consensys/bavard v0.1.22 // indirect
15-
github.com/consensys/gnark-crypto v0.14.0 // indirect
14+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
15+
github.com/consensys/gnark-crypto v0.18.0 // indirect
16+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
1617
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
17-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
1818
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
1919
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
20-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
20+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
2121
github.com/ethereum/go-verkle v0.2.2 // indirect
2222
github.com/go-ole/go-ole v1.3.0 // indirect
2323
github.com/gorilla/websocket v1.5.0 // indirect
2424
github.com/holiman/uint256 v1.3.2 // indirect
25-
github.com/mmcloughlin/addchain v0.4.0 // indirect
2625
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
27-
github.com/supranational/blst v0.3.14 // indirect
26+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
2827
github.com/tklauser/go-sysconf v0.3.12 // indirect
2928
github.com/tklauser/numcpus v0.6.1 // indirect
30-
golang.org/x/crypto v0.35.0 // indirect
31-
golang.org/x/sync v0.11.0 // indirect
32-
golang.org/x/sys v0.30.0 // indirect
29+
golang.org/x/crypto v0.36.0 // indirect
30+
golang.org/x/sync v0.12.0 // indirect
31+
golang.org/x/sys v0.36.0 // indirect
3332
golang.org/x/time v0.11.0 // indirect
34-
rsc.io/tmplfunc v0.0.3 // indirect
3533
)

0 commit comments

Comments
 (0)