@@ -14,20 +14,18 @@ require (
14
14
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d
15
15
github.com/avast/retry-go/v4 v4.6.1
16
16
github.com/aws/aws-sdk-go v1.55.7
17
- github.com/block-vision/sui-go-sdk v1.0.6
17
+ github.com/block-vision/sui-go-sdk v1.1.0
18
18
github.com/ethereum/go-ethereum v1.15.6
19
19
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
20
20
github.com/gagliardetto/solana-go v1.12.0
21
21
github.com/google/uuid v1.6.0
22
22
github.com/pelletier/go-toml/v2 v2.2.4
23
- github.com/rs/zerolog v1.33.0
24
23
github.com/smartcontractkit/chain-selectors v1.0.60
25
24
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a
26
25
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250425195105-d9eabb4a4519
27
26
github.com/smartcontractkit/chainlink-evm v0.0.0-20250424162751-35c5921b8597
28
27
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0
29
28
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.9
30
- github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.1
31
29
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
32
30
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250422175525-b7575d96bd4d
33
31
github.com/smartcontractkit/freeport v0.1.1
@@ -210,6 +208,7 @@ require (
210
208
github.com/rivo/uniseg v0.4.7 // indirect
211
209
github.com/rogpeppe/go-internal v1.13.1 // indirect
212
210
github.com/rs/cors v1.11.1 // indirect
211
+ github.com/rs/zerolog v1.33.0 // indirect
213
212
github.com/russross/blackfriday/v2 v2.1.0 // indirect
214
213
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
215
214
github.com/scylladb/go-reflectx v1.0.1 // indirect
@@ -260,6 +259,7 @@ require (
260
259
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
261
260
go.opentelemetry.io/otel/trace v1.35.0 // indirect
262
261
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
262
+ go.uber.org/atomic v1.11.0 // indirect
263
263
go.uber.org/multierr v1.11.0 // indirect
264
264
go.uber.org/ratelimit v0.3.1 // indirect
265
265
golang.org/x/crypto v0.38.0 // indirect
0 commit comments