Skip to content

Commit 438a457

Browse files
authored
Update deps for ctf, cldf, etc (#20474)
* update deps * add changeset * update
1 parent e225127 commit 438a457

File tree

17 files changed

+295
-274
lines changed

17 files changed

+295
-274
lines changed

.changeset/tough-lights-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": patch
3+
---
4+
5+
#added update ctf cldf and chainlink-sui deps

core/scripts/go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/joho/godotenv v1.5.1
3838
github.com/jonboulle/clockwork v0.5.0
3939
github.com/manyminds/api2go v0.0.0-20171030193247-e7b693844a6f
40-
github.com/minio/minio-go/v7 v7.0.68
40+
github.com/minio/minio-go/v7 v7.0.86
4141
github.com/montanaflynn/stats v0.7.1
4242
github.com/olekukonko/tablewriter v0.0.5
4343
github.com/pelletier/go-toml/v2 v2.2.4
@@ -49,12 +49,12 @@ require (
4949
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251105200616-e158f436aa95
5050
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251125103916-0b41e73b80c4
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.6
52-
github.com/smartcontractkit/chainlink-deployments-framework v0.68.0
52+
github.com/smartcontractkit/chainlink-deployments-framework v0.68.1
5353
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251125165053-07b2b42024e3
5454
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251022075638-49d961001d1b
5555
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9
5656
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0
57-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.8
57+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.1
5858
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.17
5959
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
6060
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
@@ -101,7 +101,7 @@ require (
101101
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
102102
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
103103
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
104-
github.com/BurntSushi/toml v1.4.0 // indirect
104+
github.com/BurntSushi/toml v1.5.0 // indirect
105105
github.com/DataDog/zstd v1.5.6 // indirect
106106
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e // indirect
107107
github.com/Depado/ginprom v1.8.0 // indirect
@@ -208,7 +208,7 @@ require (
208208
github.com/cosmos/ics23/go v0.11.0 // indirect
209209
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
210210
github.com/cpuguy83/dockercfg v0.3.2 // indirect
211-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
211+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
212212
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
213213
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
214214
github.com/creasty/defaults v1.8.0 // indirect
@@ -274,7 +274,8 @@ require (
274274
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
275275
github.com/go-chi/chi v1.5.5 // indirect
276276
github.com/go-errors/errors v1.4.2 // indirect
277-
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
277+
github.com/go-ini/ini v1.67.0 // indirect
278+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
278279
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
279280
github.com/go-kit/kit v0.13.0 // indirect
280281
github.com/go-kit/log v0.2.1 // indirect
@@ -299,7 +300,7 @@ require (
299300
github.com/gofrs/flock v0.12.1 // indirect
300301
github.com/gogo/protobuf v1.3.2 // indirect
301302
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
302-
github.com/golang-jwt/jwt/v5 v5.2.3 // indirect
303+
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
303304
github.com/golang/protobuf v1.5.4 // indirect
304305
github.com/golang/snappy v1.0.0 // indirect
305306
github.com/google/btree v1.1.3 // indirect
@@ -398,6 +399,7 @@ require (
398399
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
399400
github.com/miekg/dns v1.1.65 // indirect
400401
github.com/miekg/pkcs11 v1.1.1 // indirect
402+
github.com/minio/crc64nvme v1.0.0 // indirect
401403
github.com/minio/md5-simd v1.1.2 // indirect
402404
github.com/minio/sha256-simd v1.0.1 // indirect
403405
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -505,8 +507,8 @@ require (
505507
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect
506508
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251025021331-aa7746850cc4 // indirect
507509
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20251121223352-370eb61346d6 // indirect
508-
github.com/smartcontractkit/chainlink-sui v0.0.0-20251120142858-7c6061fd043d // indirect
509-
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251120142858-7c6061fd043d // indirect
510+
github.com/smartcontractkit/chainlink-sui v0.0.0-20251126141220-50fc8beada30 // indirect
511+
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20251126141220-50fc8beada30 // indirect
510512
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect
511513
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect
512514
github.com/smartcontractkit/chainlink-ton v0.0.0-20251117043516-cfda0f691147 // indirect
@@ -551,7 +553,7 @@ require (
551553
github.com/ugorji/go/codec v1.2.12 // indirect
552554
github.com/ulule/limiter/v3 v3.11.2 // indirect
553555
github.com/unrolled/secure v1.13.0 // indirect
554-
github.com/urfave/cli/v2 v2.27.6 // indirect
556+
github.com/urfave/cli/v2 v2.27.7 // indirect
555557
github.com/valyala/fastjson v1.6.4 // indirect
556558
github.com/vektah/gqlparser/v2 v2.5.14 // indirect
557559
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
@@ -609,7 +611,7 @@ require (
609611
golang.org/x/lint v0.0.0-20241112194109-818c5a804067 // indirect
610612
golang.org/x/mod v0.29.0 // indirect
611613
golang.org/x/net v0.47.0 // indirect
612-
golang.org/x/oauth2 v0.30.0 // indirect
614+
golang.org/x/oauth2 v0.32.0 // indirect
613615
golang.org/x/sys v0.38.0 // indirect
614616
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
615617
golang.org/x/term v0.37.0 // indirect
@@ -621,9 +623,9 @@ require (
621623
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
622624
gonum.org/v1/gonum v0.16.0 // indirect
623625
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
624-
google.golang.org/genproto/googleapis/api v0.0.0-20251007200510-49b9836ed3ff // indirect
625-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
626-
google.golang.org/grpc v1.76.0 // indirect
626+
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
627+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
628+
google.golang.org/grpc v1.77.0 // indirect
627629
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
628630
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
629631
gopkg.in/guregu/null.v4 v4.0.0 // indirect

0 commit comments

Comments
 (0)