Skip to content

Commit dde7c45

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

File tree

2 files changed

+72
-52
lines changed

2 files changed

+72
-52
lines changed

seth/go.mod

Lines changed: 17 additions & 16 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.0
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
@@ -27,28 +27,28 @@ require (
2727
github.com/VictoriaMetrics/fastcache v1.12.2 // 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.3.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
4443
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
4544
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
46-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
45+
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
4746
github.com/ethereum/go-verkle v0.2.2 // indirect
47+
github.com/ferranbt/fastssz v0.1.2 // indirect
4848
github.com/fsnotify/fsnotify v1.6.0 // indirect
4949
github.com/getsentry/sentry-go v0.27.0 // indirect
5050
github.com/go-ole/go-ole v1.3.0 // indirect
51-
github.com/gofrs/flock v0.8.1 // indirect
51+
github.com/gofrs/flock v0.12.1 // indirect
5252
github.com/gogo/protobuf v1.3.2 // indirect
5353
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
5454
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
@@ -60,14 +60,15 @@ require (
6060
github.com/huin/goupnp v1.3.0 // indirect
6161
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
6262
github.com/klauspost/compress v1.17.9 // indirect
63+
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
6364
github.com/kr/pretty v0.3.1 // indirect
6465
github.com/kr/text v0.2.0 // indirect
6566
github.com/mattn/go-colorable v0.1.13 // indirect
6667
github.com/mattn/go-isatty v0.0.20 // indirect
6768
github.com/mattn/go-runewidth v0.0.13 // indirect
69+
github.com/minio/sha256-simd v1.0.0 // indirect
6870
github.com/mitchellh/mapstructure v1.4.1 // indirect
6971
github.com/mitchellh/pointerstructure v1.2.0 // indirect
70-
github.com/mmcloughlin/addchain v0.4.0 // indirect
7172
github.com/olekukonko/tablewriter v0.0.5 // indirect
7273
github.com/pion/dtls/v2 v2.2.7 // indirect
7374
github.com/pion/logging v0.2.2 // indirect
@@ -84,20 +85,20 @@ require (
8485
github.com/rs/cors v1.7.0 // indirect
8586
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8687
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
87-
github.com/supranational/blst v0.3.13 // indirect
88+
github.com/supranational/blst v0.3.14 // indirect
8889
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
8990
github.com/tklauser/go-sysconf v0.3.12 // indirect
9091
github.com/tklauser/numcpus v0.6.1 // indirect
9192
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
92-
golang.org/x/crypto v0.32.0 // indirect
93+
golang.org/x/crypto v0.36.0 // indirect
9394
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
95+
golang.org/x/sys v0.31.0 // indirect
96+
golang.org/x/text v0.23.0 // indirect
97+
golang.org/x/time v0.9.0 // indirect
9798
google.golang.org/protobuf v1.36.1 // indirect
9899
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
100+
gopkg.in/yaml.v2 v2.4.0 // indirect
99101
gopkg.in/yaml.v3 v3.0.1 // indirect
100-
rsc.io/tmplfunc v0.0.3 // indirect
101102
)
102103

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

0 commit comments

Comments
 (0)