Skip to content

Commit a257377

Browse files
chore(deps): bump the go_modules group across 2 directories with 4 updates
Bumps the go_modules group with 1 update in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Bumps the go_modules group with 1 update in the /script/releases/v1.9.0-slashing-ux/7-script directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `github.com/ethereum/go-ethereum` from 1.14.0 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.0...v1.17.0) Updates `github.com/consensys/gnark-crypto` from 0.12.1 to 0.18.1 - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](Consensys/gnark-crypto@v0.12.1...v0.18.1) Updates `golang.org/x/crypto` from 0.22.0 to 0.44.0 - [Commits](golang/crypto@v0.22.0...v0.44.0) Updates `github.com/ethereum/go-ethereum` from 1.14.0 to 1.17.0 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.0...v1.17.0) Updates `github.com/consensys/gnark-crypto` from 0.12.1 to 0.18.1 - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](Consensys/gnark-crypto@v0.12.1...v0.18.1) Updates `golang.org/x/crypto` from 0.22.0 to 0.44.0 - [Commits](golang/crypto@v0.22.0...v0.44.0) Updates `golang.org/x/net` from 0.24.0 to 0.47.0 - [Commits](golang/net@v0.24.0...v0.47.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.44.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.44.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 264f662 commit a257377

File tree

4 files changed

+321
-247
lines changed

4 files changed

+321
-247
lines changed

go.mod

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
11
module github.com/Layr-Labs/eigenlayer-contracts
22

3-
go 1.21
3+
go 1.24.0
44

5-
require github.com/ethereum/go-ethereum v1.14.0
5+
require (
6+
github.com/consensys/gnark-crypto v0.18.1
7+
github.com/ethereum/go-ethereum v1.17.0
8+
)
69

710
require (
8-
github.com/Microsoft/go-winio v0.6.1 // indirect
11+
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
913
github.com/StackExchange/wmi v1.2.1 // indirect
10-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
11-
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
12-
github.com/consensys/bavard v0.1.13 // indirect
13-
github.com/consensys/gnark-crypto v0.12.1 // indirect
14-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
15-
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
14+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
15+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
16+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
17+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
1618
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
17-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
19+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
1820
github.com/fsnotify/fsnotify v1.6.0 // indirect
21+
github.com/go-logr/logr v1.4.3 // indirect
22+
github.com/go-logr/stdr v1.2.2 // indirect
1923
github.com/go-ole/go-ole v1.3.0 // indirect
20-
github.com/google/uuid v1.3.0 // indirect
24+
github.com/google/uuid v1.6.0 // indirect
2125
github.com/gorilla/websocket v1.4.2 // indirect
22-
github.com/holiman/uint256 v1.2.4 // indirect
23-
github.com/mmcloughlin/addchain v0.4.0 // indirect
26+
github.com/holiman/uint256 v1.3.2 // indirect
2427
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
25-
github.com/supranational/blst v0.3.11 // indirect
28+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
2629
github.com/tklauser/go-sysconf v0.3.12 // indirect
2730
github.com/tklauser/numcpus v0.6.1 // indirect
28-
golang.org/x/crypto v0.22.0 // indirect
29-
golang.org/x/mod v0.17.0 // indirect
30-
golang.org/x/sync v0.7.0 // indirect
31-
golang.org/x/sys v0.19.0 // indirect
32-
golang.org/x/tools v0.20.0 // indirect
33-
rsc.io/tmplfunc v0.0.3 // indirect
31+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
32+
go.opentelemetry.io/otel v1.39.0 // indirect
33+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
34+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
35+
golang.org/x/crypto v0.44.0 // indirect
36+
golang.org/x/sync v0.18.0 // indirect
37+
golang.org/x/sys v0.39.0 // indirect
3438
)

0 commit comments

Comments
 (0)