Skip to content

Commit bf166e5

Browse files
chore(deps): bump github.com/ethereum/go-ethereum from 1.14.5 to 1.15.8
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.5 to 1.15.8. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.5...v1.15.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.15.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d1b6c8 commit bf166e5

2 files changed

Lines changed: 101 additions & 80 deletions

File tree

go.mod

Lines changed: 21 additions & 20 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
@@ -10,19 +11,19 @@ require (
1011
github.com/Layr-Labs/protocol-apis v1.6.0
1112
github.com/akuity/grpc-gateway-client v0.0.0-20240912082144-55a48e8b4b89
1213
github.com/blang/semver/v4 v4.0.0
13-
github.com/consensys/gnark-crypto v0.12.1
14-
github.com/ethereum/go-ethereum v1.14.5
14+
github.com/consensys/gnark-crypto v0.14.0
15+
github.com/ethereum/go-ethereum v1.15.8
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
1819
github.com/posthog/posthog-go v0.0.0-20240327112532-87b23fe11103
19-
github.com/stretchr/testify v1.9.0
20+
github.com/stretchr/testify v1.10.0
2021
github.com/tyler-smith/go-bip39 v1.1.0
21-
github.com/urfave/cli/v2 v2.27.2
22+
github.com/urfave/cli/v2 v2.27.5
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/bits-and-blooms/bitset v1.17.0 // indirect
5455
github.com/btcsuite/btcd v0.22.1 // indirect
55-
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
5656
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // 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
60-
github.com/consensys/bavard v0.1.13 // indirect
61-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
62-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
60+
github.com/consensys/bavard v0.1.22 // indirect
61+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
62+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
63+
github.com/crate-crypto/go-kzg-4844 v1.1.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.2.2 // 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
@@ -76,7 +78,7 @@ require (
7678
github.com/gorilla/websocket v1.5.0 // indirect
7779
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
7880
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
79-
github.com/holiman/uint256 v1.2.4 // indirect
81+
github.com/holiman/uint256 v1.3.2 // indirect
8082
github.com/huandu/go-clone v1.6.0 // indirect
8183
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8284
github.com/klauspost/compress v1.17.1 // indirect
@@ -102,24 +104,23 @@ require (
102104
github.com/rs/zerolog v1.29.1 // indirect
103105
github.com/russross/blackfriday/v2 v2.1.0 // indirect
104106
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
105-
github.com/supranational/blst v0.3.11 // indirect
107+
github.com/supranational/blst v0.3.14 // indirect
106108
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
107109
github.com/tklauser/go-sysconf v0.3.12 // indirect
108110
github.com/tklauser/numcpus v0.6.1 // indirect
109111
github.com/wealdtech/go-merkletree/v2 v2.5.2-0.20240302222400-69219c450662 // indirect
110-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
112+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
111113
go.opentelemetry.io/otel v1.24.0 // indirect
112114
go.opentelemetry.io/otel/metric v1.24.0 // indirect
113115
go.opentelemetry.io/otel/trace v1.24.0 // indirect
114116
go.uber.org/multierr v1.11.0 // indirect
115117
go.uber.org/zap v1.27.0 // indirect
116-
golang.org/x/crypto v0.23.0 // indirect
117-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
118-
golang.org/x/net v0.25.0 // indirect
119-
golang.org/x/sync v0.7.0 // indirect
120-
golang.org/x/sys v0.20.0 // indirect
121-
golang.org/x/term v0.20.0 // indirect
122-
golang.org/x/text v0.15.0 // indirect
118+
golang.org/x/crypto v0.35.0 // indirect
119+
golang.org/x/net v0.36.0 // indirect
120+
golang.org/x/sync v0.11.0 // indirect
121+
golang.org/x/sys v0.30.0 // indirect
122+
golang.org/x/term v0.29.0 // indirect
123+
golang.org/x/text v0.22.0 // indirect
123124
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
124125
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
125126
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect

0 commit comments

Comments
 (0)