Skip to content

Commit ada4d9c

Browse files
Bump github.com/ethereum/go-ethereum from 1.15.0 to 1.15.11 in /lib
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 ada4d9c

File tree

2 files changed

+61
-37
lines changed

2 files changed

+61
-37
lines changed

lib/go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240709130330-9f4feec7553f
1616
github.com/docker/docker v28.0.1+incompatible
1717
github.com/docker/go-connections v0.5.0
18-
github.com/ethereum/go-ethereum v1.15.0
18+
github.com/ethereum/go-ethereum v1.15.11
1919
github.com/go-resty/resty/v2 v2.16.3
2020
github.com/google/go-github/v41 v41.0.0
2121
github.com/google/uuid v1.6.0
@@ -40,10 +40,10 @@ require (
4040
github.com/testcontainers/testcontainers-go v0.36.0
4141
go.uber.org/atomic v1.11.0
4242
go.uber.org/zap v1.27.0
43-
golang.org/x/net v0.34.0
43+
golang.org/x/net v0.36.0
4444
golang.org/x/oauth2 v0.24.0
45-
golang.org/x/sync v0.10.0
46-
golang.org/x/text v0.21.0
45+
golang.org/x/sync v0.11.0
46+
golang.org/x/text v0.22.0
4747
k8s.io/api v0.31.2
4848
k8s.io/apimachinery v0.31.2
4949
k8s.io/cli-runtime v0.31.2
@@ -52,7 +52,9 @@ require (
5252
)
5353

5454
require (
55+
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
5556
github.com/ebitengine/purego v0.8.2 // indirect
57+
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
5658
github.com/go-chi/chi v1.5.5 // indirect
5759
github.com/rs/xid v1.5.0 // indirect
5860
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
@@ -82,25 +84,23 @@ require (
8284
github.com/aws/smithy-go v1.22.0 // indirect
8385
github.com/benbjohnson/clock v1.3.5 // indirect
8486
github.com/beorn7/perks v1.0.1 // indirect
85-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
87+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
8688
github.com/blang/semver/v4 v4.0.0 // indirect
8789
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8890
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8991
github.com/chai2010/gettext-go v1.0.2 // indirect
90-
github.com/consensys/bavard v0.1.22 // indirect
91-
github.com/consensys/gnark-crypto v0.14.0 // indirect
92+
github.com/consensys/bavard v0.1.27 // indirect
93+
github.com/consensys/gnark-crypto v0.16.0 // indirect
9294
github.com/containerd/log v0.1.0 // indirect
9395
github.com/containerd/platforms v0.2.1 // indirect
9496
github.com/cpuguy83/dockercfg v0.3.2 // indirect
9597
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
96-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
9798
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
9899
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
99100
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
100101
github.com/distribution/reference v0.6.0 // indirect
101102
github.com/docker/go-units v0.5.0 // indirect
102103
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
103-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
104104
github.com/ethereum/go-verkle v0.2.2 // indirect
105105
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
106106
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
@@ -173,7 +173,7 @@ require (
173173
github.com/russross/blackfriday/v2 v2.1.0 // indirect
174174
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
175175
github.com/sirupsen/logrus v1.9.3 // indirect
176-
github.com/supranational/blst v0.3.13 // indirect
176+
github.com/supranational/blst v0.3.14 // indirect
177177
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
178178
github.com/tklauser/go-sysconf v0.3.12 // indirect
179179
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -187,11 +187,11 @@ require (
187187
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
188188
go.uber.org/multierr v1.11.0 // indirect
189189
go.uber.org/ratelimit v0.3.1 // indirect
190-
golang.org/x/crypto v0.32.0 // indirect
190+
golang.org/x/crypto v0.35.0 // indirect
191191
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
192192
golang.org/x/sys v0.31.0 // indirect
193-
golang.org/x/term v0.28.0 // indirect
194-
golang.org/x/time v0.6.0 // indirect
193+
golang.org/x/term v0.29.0 // indirect
194+
golang.org/x/time v0.9.0 // indirect
195195
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
196196
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
197197
google.golang.org/grpc v1.65.0

0 commit comments

Comments
 (0)