Skip to content

Commit 0ca57d8

Browse files
authored
chore: bump go ethereum version (#5117)
1 parent 8820ca6 commit 0ca57d8

File tree

2 files changed

+83
-53
lines changed

2 files changed

+83
-53
lines changed

go.mod

Lines changed: 15 additions & 15 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.13
12+
github.com/ethereum/go-ethereum v1.15.11
1313
github.com/ethersphere/batch-archive v0.0.4
1414
github.com/ethersphere/go-price-oracle-abi v0.6.9
1515
github.com/ethersphere/go-storage-incentives-abi v0.9.3
@@ -35,7 +35,7 @@ require (
3535
github.com/opentracing/opentracing-go v1.2.0
3636
github.com/prometheus/client_golang v1.21.1
3737
github.com/spf13/afero v1.6.0
38-
github.com/spf13/cobra v1.5.0
38+
github.com/spf13/cobra v1.8.1
3939
github.com/spf13/viper v1.7.0
4040
github.com/stretchr/testify v1.10.0
4141
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
@@ -50,7 +50,7 @@ require (
5050
golang.org/x/sync v0.12.0
5151
golang.org/x/sys v0.31.0
5252
golang.org/x/term v0.30.0
53-
golang.org/x/time v0.5.0
53+
golang.org/x/time v0.9.0
5454
gopkg.in/yaml.v2 v2.4.0
5555
resenje.org/feed v0.1.2
5656
resenje.org/multex v0.1.0
@@ -64,24 +64,24 @@ require (
6464
github.com/StackExchange/wmi v1.2.1 // indirect
6565
github.com/benbjohnson/clock v1.3.5 // indirect
6666
github.com/beorn7/perks v1.0.1 // indirect
67-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
67+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
6868
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
6969
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7070
github.com/codahale/hdrhistogram v0.0.0-00010101000000-000000000000 // indirect
71-
github.com/consensys/bavard v0.1.13 // indirect
72-
github.com/consensys/gnark-crypto v0.12.1 // indirect
71+
github.com/consensys/bavard v0.1.27 // indirect
72+
github.com/consensys/gnark-crypto v0.16.0 // indirect
7373
github.com/containerd/cgroups v1.1.0 // indirect
7474
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
75-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
76-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
75+
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
76+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
7777
github.com/davecgh/go-spew v1.1.1 // indirect
7878
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
7979
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
8080
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
8181
github.com/docker/go-units v0.5.0 // indirect
8282
github.com/elastic/gosigar v0.14.2 // indirect
83-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
84-
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
83+
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
84+
github.com/ethereum/go-verkle v0.2.2 // indirect
8585
github.com/felixge/fgprof v0.9.5
8686
github.com/flynn/noise v1.1.0 // indirect
8787
github.com/francoispqt/gojay v1.2.13 // indirect
@@ -100,9 +100,9 @@ require (
100100
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
101101
github.com/hashicorp/errwrap v1.0.0 // indirect
102102
github.com/hashicorp/hcl v1.0.0 // indirect
103-
github.com/holiman/uint256 v1.3.1 // indirect
103+
github.com/holiman/uint256 v1.3.2 // indirect
104104
github.com/huin/goupnp v1.3.0 // indirect
105-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
105+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
106106
github.com/ipfs/go-log/v2 v2.5.1 // indirect
107107
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
108108
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
@@ -156,7 +156,7 @@ require (
156156
github.com/spf13/jwalterweatherman v1.0.0 // indirect
157157
github.com/spf13/pflag v1.0.5 // indirect
158158
github.com/subosito/gotenv v1.2.0 // indirect
159-
github.com/supranational/blst v0.3.13 // indirect
159+
github.com/supranational/blst v0.3.14 // indirect
160160
github.com/tklauser/go-sysconf v0.3.12 // indirect
161161
github.com/tklauser/numcpus v0.6.1 // indirect
162162
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
@@ -169,9 +169,9 @@ require (
169169
go.uber.org/multierr v1.11.0 // indirect
170170
go.uber.org/zap v1.27.0 // indirect
171171
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
172-
golang.org/x/mod v0.17.0 // indirect
172+
golang.org/x/mod v0.22.0 // indirect
173173
golang.org/x/text v0.23.0 // indirect
174-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
174+
golang.org/x/tools v0.29.0 // indirect
175175
google.golang.org/protobuf v1.36.1 // indirect
176176
gopkg.in/ini.v1 v1.57.0 // indirect
177177
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)