Skip to content

Commit b440bcc

Browse files
chore(deps): bump the go_modules group with 4 updates
Bumps the go_modules group with 4 updates: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd), [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net). Updates `github.com/ethereum/go-ethereum` from 1.14.5 to 1.14.13 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.5...v1.14.13) Updates `github.com/btcsuite/btcd` from 0.22.1 to 0.24.2 - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](btcsuite/btcd@v0.22.1...v0.24.2) Updates `golang.org/x/crypto` from 0.23.0 to 0.31.0 - [Commits](golang/crypto@v0.23.0...v0.31.0) Updates `golang.org/x/net` from 0.25.0 to 0.36.0 - [Commits](golang/net@v0.25.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.14.13 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/btcsuite/btcd dependency-version: 0.24.2 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.31.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.36.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b14d10d commit b440bcc

File tree

2 files changed

+55
-85
lines changed

2 files changed

+55
-85
lines changed

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/Layr-Labs/eigenlayer-cli
22

33
go 1.21.11
4+
toolchain go1.24.1
45

56
require (
67
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -11,7 +12,7 @@ require (
1112
github.com/akuity/grpc-gateway-client v0.0.0-20240912082144-55a48e8b4b89
1213
github.com/blang/semver/v4 v4.0.0
1314
github.com/consensys/gnark-crypto v0.12.1
14-
github.com/ethereum/go-ethereum v1.14.5
15+
github.com/ethereum/go-ethereum v1.14.13
1516
github.com/fatih/color v1.17.0
1617
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
1718
github.com/miguelmota/go-ethereum-hdwallet v0.1.2
@@ -22,7 +23,7 @@ require (
2223
github.com/wagslane/go-password-validator v0.3.0
2324
github.com/wk8/go-ordered-map/v2 v2.1.8
2425
go.uber.org/mock v0.4.0
25-
google.golang.org/protobuf v1.34.1
26+
google.golang.org/protobuf v1.34.2
2627
gopkg.in/yaml.v2 v2.4.0
2728
gopkg.in/yaml.v3 v3.0.1
2829
)
@@ -50,20 +51,21 @@ require (
5051
github.com/aws/smithy-go v1.20.2 // indirect
5152
github.com/bahlo/generic-list-go v0.2.0 // indirect
5253
github.com/beorn7/perks v1.0.1 // indirect
53-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
54-
github.com/btcsuite/btcd v0.22.1 // indirect
55-
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
56-
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
54+
github.com/bits-and-blooms/bitset v1.13.0 // indirect
55+
github.com/btcsuite/btcd v0.24.2 // indirect
56+
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
5757
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
5858
github.com/buger/jsonparser v1.1.1 // indirect
5959
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6060
github.com/consensys/bavard v0.1.13 // indirect
6161
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
62+
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
6263
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
6364
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6465
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
6566
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
6667
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
68+
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
6769
github.com/ferranbt/fastssz v0.1.3 // indirect
6870
github.com/fsnotify/fsnotify v1.7.0 // indirect
6971
github.com/go-logr/logr v1.4.1 // indirect
@@ -72,12 +74,11 @@ require (
7274
github.com/go-resty/resty/v2 v2.7.0 // indirect
7375
github.com/goccy/go-yaml v1.9.2 // indirect
7476
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
75-
github.com/golang/protobuf v1.5.4 // indirect
7677
github.com/google/uuid v1.6.0 // indirect
7778
github.com/gorilla/websocket v1.5.0 // indirect
7879
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
7980
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
80-
github.com/holiman/uint256 v1.2.4 // indirect
81+
github.com/holiman/uint256 v1.3.1 // indirect
8182
github.com/huandu/go-clone v1.6.0 // indirect
8283
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8384
github.com/klauspost/compress v1.17.1 // indirect
@@ -103,7 +104,7 @@ require (
103104
github.com/rs/zerolog v1.29.1 // indirect
104105
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105106
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
106-
github.com/supranational/blst v0.3.11 // indirect
107+
github.com/supranational/blst v0.3.13 // indirect
107108
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
108109
github.com/tklauser/go-sysconf v0.3.12 // indirect
109110
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -114,13 +115,13 @@ require (
114115
go.opentelemetry.io/otel/trace v1.24.0 // indirect
115116
go.uber.org/multierr v1.11.0 // indirect
116117
go.uber.org/zap v1.27.0 // indirect
117-
golang.org/x/crypto v0.23.0 // indirect
118+
golang.org/x/crypto v0.35.0 // indirect
118119
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
119-
golang.org/x/net v0.25.0 // indirect
120-
golang.org/x/sync v0.7.0 // indirect
121-
golang.org/x/sys v0.20.0 // indirect
122-
golang.org/x/term v0.20.0 // indirect
123-
golang.org/x/text v0.15.0 // indirect
120+
golang.org/x/net v0.36.0 // indirect
121+
golang.org/x/sync v0.11.0 // indirect
122+
golang.org/x/sys v0.30.0 // indirect
123+
golang.org/x/term v0.29.0 // indirect
124+
golang.org/x/text v0.22.0 // indirect
124125
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
125126
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
126127
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect

0 commit comments

Comments
 (0)