Skip to content

Commit ae5c918

Browse files
Bump github.com/ethereum/go-ethereum from 1.15.0 to 1.16.5 in /seth
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.0 to 1.16.5. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.0...v1.16.5) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9e72b8 commit ae5c918

File tree

2 files changed

+93
-67
lines changed

2 files changed

+93
-67
lines changed

seth/go.mod

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/avast/retry-go v3.0.0+incompatible
77
github.com/awalterschulze/gographviz v2.0.3+incompatible
88
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
9-
github.com/ethereum/go-ethereum v1.15.0
9+
github.com/ethereum/go-ethereum v1.16.5
1010
github.com/holiman/uint256 v1.3.2
1111
github.com/montanaflynn/stats v0.7.1
1212
github.com/pelletier/go-toml/v2 v2.2.3
@@ -15,7 +15,7 @@ require (
1515
github.com/stretchr/testify v1.10.0
1616
github.com/urfave/cli/v2 v2.27.5
1717
go.uber.org/ratelimit v0.3.1
18-
golang.org/x/sync v0.10.0
18+
golang.org/x/sync v0.12.0
1919
)
2020

2121
require github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -24,50 +24,54 @@ require (
2424
github.com/DataDog/zstd v1.4.5 // indirect
2525
github.com/Microsoft/go-winio v0.6.2 // indirect
2626
github.com/StackExchange/wmi v1.2.1 // indirect
27-
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
27+
github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
2828
github.com/benbjohnson/clock v1.3.5 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
30-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
30+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
3131
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3232
github.com/cockroachdb/errors v1.11.3 // indirect
3333
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
3434
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
35-
github.com/cockroachdb/pebble v1.1.2 // indirect
35+
github.com/cockroachdb/pebble v1.1.5 // indirect
3636
github.com/cockroachdb/redact v1.1.5 // indirect
3737
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
38-
github.com/consensys/bavard v0.1.22 // indirect
39-
github.com/consensys/gnark-crypto v0.14.0 // indirect
38+
github.com/consensys/gnark-crypto v0.18.0 // indirect
4039
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
40+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
4141
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
42-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
4342
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
43+
github.com/dchest/siphash v1.2.3 // indirect
4444
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
4545
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
46-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
46+
github.com/emicklei/dot v1.6.2 // indirect
47+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
48+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
4749
github.com/ethereum/go-verkle v0.2.2 // indirect
50+
github.com/ferranbt/fastssz v0.1.4 // indirect
4851
github.com/fsnotify/fsnotify v1.6.0 // indirect
4952
github.com/getsentry/sentry-go v0.27.0 // indirect
5053
github.com/go-ole/go-ole v1.3.0 // indirect
51-
github.com/gofrs/flock v0.8.1 // indirect
54+
github.com/gofrs/flock v0.12.1 // indirect
5255
github.com/gogo/protobuf v1.3.2 // indirect
53-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
54-
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
56+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
57+
github.com/golang/snappy v1.0.0 // indirect
5558
github.com/google/uuid v1.6.0 // indirect
5659
github.com/gorilla/websocket v1.5.0 // indirect
5760
github.com/hashicorp/go-bexpr v0.1.10 // indirect
58-
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
61+
github.com/holiman/billy v0.0.0-20250707135307-f2f9b9aae7db // indirect
5962
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
6063
github.com/huin/goupnp v1.3.0 // indirect
6164
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
6265
github.com/klauspost/compress v1.17.9 // indirect
66+
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
6367
github.com/kr/pretty v0.3.1 // indirect
6468
github.com/kr/text v0.2.0 // indirect
6569
github.com/mattn/go-colorable v0.1.13 // indirect
6670
github.com/mattn/go-isatty v0.0.20 // indirect
6771
github.com/mattn/go-runewidth v0.0.13 // indirect
72+
github.com/minio/sha256-simd v1.0.0 // indirect
6873
github.com/mitchellh/mapstructure v1.4.1 // indirect
6974
github.com/mitchellh/pointerstructure v1.2.0 // indirect
70-
github.com/mmcloughlin/addchain v0.4.0 // indirect
7175
github.com/olekukonko/tablewriter v0.0.5 // indirect
7276
github.com/pion/dtls/v2 v2.2.7 // indirect
7377
github.com/pion/logging v0.2.2 // indirect
@@ -84,20 +88,20 @@ require (
8488
github.com/rs/cors v1.7.0 // indirect
8589
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8690
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
87-
github.com/supranational/blst v0.3.13 // indirect
91+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
8892
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
8993
github.com/tklauser/go-sysconf v0.3.12 // indirect
9094
github.com/tklauser/numcpus v0.6.1 // indirect
9195
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
92-
golang.org/x/crypto v0.32.0 // indirect
96+
golang.org/x/crypto v0.36.0 // indirect
9397
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
94-
golang.org/x/sys v0.29.0 // indirect
95-
golang.org/x/text v0.21.0 // indirect
96-
golang.org/x/time v0.5.0 // indirect
98+
golang.org/x/sys v0.36.0 // indirect
99+
golang.org/x/text v0.23.0 // indirect
100+
golang.org/x/time v0.9.0 // indirect
97101
google.golang.org/protobuf v1.36.1 // indirect
98102
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
103+
gopkg.in/yaml.v2 v2.4.0 // indirect
99104
gopkg.in/yaml.v3 v3.0.1 // indirect
100-
rsc.io/tmplfunc v0.0.3 // indirect
101105
)
102106

103107
retract [v1.999.0-test-release, v1.999.999-test-release]

0 commit comments

Comments
 (0)