@@ -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.16.1
1919 github.com/go-resty/resty/v2 v2.16.3
2020 github.com/google/go-github/v72 v72.0.0
2121 github.com/google/uuid v1.6.0
@@ -35,15 +35,15 @@ require (
3535 github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2
3636 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
3737 github.com/spf13/cobra v1.8.1
38- github.com/spf13/pflag v1.0.5
38+ github.com/spf13/pflag v1.0.6
3939 github.com/stretchr/testify v1.10.0
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.38 .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.12 .0
46+ golang.org/x/text v0.23 .0
4747 k8s.io/api v0.31.2
4848 k8s.io/apimachinery v0.31.2
4949 k8s.io/cli-runtime v0.31.2
@@ -52,8 +52,13 @@ require (
5252)
5353
5454require (
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
58+ github.com/ferranbt/fastssz v0.1.2 // indirect
5659 github.com/go-chi/chi v1.5.5 // indirect
60+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
61+ github.com/minio/sha256-simd v1.0.0 // indirect
5762 github.com/rs/xid v1.5.0 // indirect
5863 github.com/shirou/gopsutil/v4 v4.25.1 // indirect
5964 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -82,25 +87,22 @@ require (
8287 github.com/aws/smithy-go v1.22.0 // indirect
8388 github.com/benbjohnson/clock v1.3.5 // indirect
8489 github.com/beorn7/perks v1.0.1 // indirect
85- github.com/bits-and-blooms/bitset v1.17 .0 // indirect
90+ github.com/bits-and-blooms/bitset v1.20 .0 // indirect
8691 github.com/blang/semver/v4 v4.0.0 // indirect
8792 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8893 github.com/cespare/xxhash/v2 v2.3.0 // indirect
8994 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
95+ github.com/consensys/gnark-crypto v0.18.0 // indirect
9296 github.com/containerd/log v0.1.0 // indirect
9397 github.com/containerd/platforms v0.2.1 // indirect
9498 github.com/cpuguy83/dockercfg v0.3.2 // indirect
9599 github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
96- github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
97100 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
98101 github.com/deckarep/golang-set/v2 v2.6.0 // indirect
99102 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
100103 github.com/distribution/reference v0.6.0 // indirect
101104 github.com/docker/go-units v0.5.0 // indirect
102105 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
103- github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
104106 github.com/ethereum/go-verkle v0.2.2 // indirect
105107 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
106108 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
@@ -116,7 +118,7 @@ require (
116118 github.com/go-openapi/jsonpointer v0.20.0 // indirect
117119 github.com/go-openapi/jsonreference v0.20.2 // indirect
118120 github.com/go-openapi/swag v0.22.4 // indirect
119- github.com/gofrs/flock v0.8 .1 // indirect
121+ github.com/gofrs/flock v0.12 .1 // indirect
120122 github.com/gogo/protobuf v1.3.2 // indirect
121123 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
122124 github.com/golang/protobuf v1.5.4 // indirect
@@ -144,7 +146,6 @@ require (
144146 github.com/mattn/go-runewidth v0.0.14 // indirect
145147 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
146148 github.com/mitchellh/mapstructure v1.5.0 // indirect
147- github.com/mmcloughlin/addchain v0.4.0 // indirect
148149 github.com/moby/docker-image-spec v1.3.1 // indirect
149150 github.com/moby/patternmatcher v0.6.0 // indirect
150151 github.com/moby/spdystream v0.4.0 // indirect
@@ -173,7 +174,7 @@ require (
173174 github.com/russross/blackfriday/v2 v2.1.0 // indirect
174175 github.com/shirou/gopsutil v3.21.11+incompatible // indirect
175176 github.com/sirupsen/logrus v1.9.3 // indirect
176- github.com/supranational/blst v0.3.13 // indirect
177+ github.com/supranational/blst v0.3.14 // indirect
177178 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
178179 github.com/tklauser/go-sysconf v0.3.12 // indirect
179180 github.com/tklauser/numcpus v0.6.1 // indirect
@@ -187,11 +188,11 @@ require (
187188 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
188189 go.uber.org/multierr v1.11.0 // indirect
189190 go.uber.org/ratelimit v0.3.1 // indirect
190- golang.org/x/crypto v0.32 .0 // indirect
191+ golang.org/x/crypto v0.36 .0 // indirect
191192 golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
192193 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
194+ golang.org/x/term v0.30 .0 // indirect
195+ golang.org/x/time v0.9 .0 // indirect
195196 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
196197 google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
197198 google.golang.org/grpc v1.65.0
@@ -205,7 +206,6 @@ require (
205206 k8s.io/klog/v2 v2.130.1 // indirect
206207 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
207208 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
208- rsc.io/tmplfunc v0.0.3 // indirect
209209 sigs.k8s.io/controller-runtime v0.19.0 // indirect
210210 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
211211 sigs.k8s.io/kustomize/api v0.17.2 // indirect
0 commit comments