Skip to content

Commit cc77d06

Browse files
chore(deps): bump github.com/ethereum/go-ethereum from 1.14.3 to 1.14.13
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.3 to 1.14.13. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.3...v1.14.13) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 172cc7f commit cc77d06

File tree

2 files changed

+53
-52
lines changed

2 files changed

+53
-52
lines changed

go.mod

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/armon/go-radix v1.0.0
1010
github.com/btcsuite/btcd/btcec/v2 v2.3.2
1111
github.com/coreos/go-semver v0.3.0
12-
github.com/ethereum/go-ethereum v1.14.3
12+
github.com/ethereum/go-ethereum v1.14.13
1313
github.com/ethersphere/go-price-oracle-abi v0.2.0
1414
github.com/ethersphere/go-storage-incentives-abi v0.9.2
1515
github.com/ethersphere/go-sw3-abi v0.6.5
@@ -36,7 +36,7 @@ require (
3636
github.com/spf13/afero v1.6.0
3737
github.com/spf13/cobra v1.5.0
3838
github.com/spf13/viper v1.7.0
39-
github.com/stretchr/testify v1.8.4
39+
github.com/stretchr/testify v1.9.0
4040
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
4141
github.com/uber/jaeger-client-go v2.24.0+incompatible
4242
github.com/vmihailenco/msgpack/v5 v5.3.4
@@ -48,7 +48,7 @@ require (
4848
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
4949
golang.org/x/net v0.25.0
5050
golang.org/x/sync v0.7.0
51-
golang.org/x/sys v0.20.0
51+
golang.org/x/sys v0.22.0
5252
golang.org/x/term v0.20.0
5353
golang.org/x/time v0.5.0
5454
gopkg.in/yaml.v2 v2.4.0
@@ -57,15 +57,20 @@ require (
5757
resenje.org/web v0.4.3
5858
)
5959

60+
require (
61+
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
62+
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
63+
)
64+
6065
require (
6166
github.com/BurntSushi/toml v1.1.0 // indirect
62-
github.com/Microsoft/go-winio v0.6.1 // indirect
67+
github.com/Microsoft/go-winio v0.6.2 // indirect
6368
github.com/StackExchange/wmi v1.2.1 // indirect
6469
github.com/benbjohnson/clock v1.3.5 // indirect
6570
github.com/beorn7/perks v1.0.1 // indirect
66-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
71+
github.com/bits-and-blooms/bitset v1.13.0 // indirect
6772
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
68-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
73+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6974
github.com/codahale/hdrhistogram v0.0.0-00010101000000-000000000000 // indirect
7075
github.com/consensys/bavard v0.1.13 // indirect
7176
github.com/consensys/gnark-crypto v0.12.1 // indirect
@@ -74,7 +79,7 @@ require (
7479
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
7580
github.com/davecgh/go-spew v1.1.1 // indirect
7681
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
77-
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
82+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
7883
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
7984
github.com/docker/go-units v0.5.0 // indirect
8085
github.com/elastic/gosigar v0.14.2 // indirect
@@ -97,7 +102,7 @@ require (
97102
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
98103
github.com/hashicorp/errwrap v1.0.0 // indirect
99104
github.com/hashicorp/hcl v1.0.0 // indirect
100-
github.com/holiman/uint256 v1.2.4 // indirect
105+
github.com/holiman/uint256 v1.3.1 // indirect
101106
github.com/huin/goupnp v1.3.0 // indirect
102107
github.com/inconshreveable/mousetrap v1.0.0 // indirect
103108
github.com/ipfs/go-log/v2 v2.5.1 // indirect
@@ -153,7 +158,7 @@ require (
153158
github.com/spf13/jwalterweatherman v1.0.0 // indirect
154159
github.com/spf13/pflag v1.0.5 // indirect
155160
github.com/subosito/gotenv v1.2.0 // indirect
156-
github.com/supranational/blst v0.3.11 // indirect
161+
github.com/supranational/blst v0.3.13 // indirect
157162
github.com/tklauser/go-sysconf v0.3.12 // indirect
158163
github.com/tklauser/numcpus v0.6.1 // indirect
159164
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
@@ -168,7 +173,7 @@ require (
168173
golang.org/x/mod v0.17.0 // indirect
169174
golang.org/x/text v0.15.0 // indirect
170175
golang.org/x/tools v0.20.0 // indirect
171-
google.golang.org/protobuf v1.33.0 // indirect
176+
google.golang.org/protobuf v1.34.2 // indirect
172177
gopkg.in/ini.v1 v1.57.0 // indirect
173178
gopkg.in/yaml.v3 v3.0.1 // indirect
174179
lukechampine.com/blake3 v1.2.1 // indirect

0 commit comments

Comments
 (0)