Skip to content

Commit c69fe74

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

File tree

2 files changed

+62
-36
lines changed

2 files changed

+62
-36
lines changed

seth/go.mod

Lines changed: 12 additions & 12 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.15.11
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.11.0
1919
)
2020

2121
require github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -27,23 +27,23 @@ 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
3535
github.com/cockroachdb/pebble v1.1.2 // 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/bavard v0.1.27 // indirect
39+
github.com/consensys/gnark-crypto v0.16.0 // indirect
4040
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
41+
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
4142
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
42-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
4343
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
4747
github.com/ethereum/go-verkle v0.2.2 // indirect
4848
github.com/fsnotify/fsnotify v1.6.0 // indirect
4949
github.com/getsentry/sentry-go v0.27.0 // indirect
@@ -84,16 +84,16 @@ require (
8484
github.com/rs/cors v1.7.0 // indirect
8585
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8686
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
87-
github.com/supranational/blst v0.3.13 // indirect
87+
github.com/supranational/blst v0.3.14 // indirect
8888
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
8989
github.com/tklauser/go-sysconf v0.3.12 // indirect
9090
github.com/tklauser/numcpus v0.6.1 // indirect
9191
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
92-
golang.org/x/crypto v0.32.0 // indirect
92+
golang.org/x/crypto v0.35.0 // indirect
9393
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
94+
golang.org/x/sys v0.30.0 // indirect
95+
golang.org/x/text v0.22.0 // indirect
96+
golang.org/x/time v0.9.0 // indirect
9797
google.golang.org/protobuf v1.36.1 // indirect
9898
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
9999
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)