1
1
module github.com/smartcontractkit/chainlink-deployments-framework
2
2
3
- go 1.24.2
4
-
5
- toolchain go1.24.3
3
+ go 1.24.4
6
4
7
5
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.4
8
6
@@ -20,7 +18,7 @@ require (
20
18
github.com/smartcontractkit/chain-selectors v1.0.60
21
19
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a
22
20
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250425195105-d9eabb4a4519
23
- github.com/smartcontractkit/chainlink-evm v0.0.0-20250424162751-35c5921b8597
21
+ github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3
24
22
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0
25
23
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.9
26
24
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
@@ -68,7 +66,7 @@ require (
68
66
github.com/bahlo/generic-list-go v0.2.0 // indirect
69
67
github.com/benbjohnson/clock v1.3.5 // indirect
70
68
github.com/beorn7/perks v1.0.1 // indirect
71
- github.com/bits-and-blooms/bitset v1.17 .0 // indirect
69
+ github.com/bits-and-blooms/bitset v1.20 .0 // indirect
72
70
github.com/blendle/zapdriver v1.3.1 // indirect
73
71
github.com/btcsuite/btcd v0.24.2 // indirect
74
72
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
@@ -82,12 +80,11 @@ require (
82
80
github.com/cockroachdb/errors v1.11.3 // indirect
83
81
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
84
82
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
85
- github.com/cockroachdb/pebble v1.1.2 // indirect
83
+ github.com/cockroachdb/pebble v1.1.5 // indirect
86
84
github.com/cockroachdb/redact v1.1.5 // indirect
87
85
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
88
86
github.com/coder/websocket v1.8.12 // indirect
89
- github.com/consensys/bavard v0.1.22 // indirect
90
- github.com/consensys/gnark-crypto v0.14.0 // indirect
87
+ github.com/consensys/gnark-crypto v0.18.0 // indirect
91
88
github.com/containerd/log v0.1.0 // indirect
92
89
github.com/containerd/platforms v1.0.0-rc.1 // indirect
93
90
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -123,7 +120,7 @@ require (
123
120
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
124
121
github.com/gofrs/flock v0.12.1 // indirect
125
122
github.com/gogo/protobuf v1.3.2 // indirect
126
- github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
123
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
127
124
github.com/golang/protobuf v1.5.4 // indirect
128
125
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
129
126
github.com/google/go-cmp v0.7.0 // indirect
@@ -174,7 +171,6 @@ require (
174
171
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
175
172
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
176
173
github.com/mitchellh/pointerstructure v1.2.0 // indirect
177
- github.com/mmcloughlin/addchain v0.4.0 // indirect
178
174
github.com/moby/docker-image-spec v1.3.1 // indirect
179
175
github.com/moby/patternmatcher v0.6.0 // indirect
180
176
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -266,16 +262,15 @@ require (
266
262
go.uber.org/atomic v1.11.0 // indirect
267
263
go.uber.org/multierr v1.11.0 // indirect
268
264
go.uber.org/ratelimit v0.3.1 // indirect
269
- golang.org/x/crypto v0.38 .0 // indirect
270
- golang.org/x/net v0.39 .0 // indirect
271
- golang.org/x/sync v0.14 .0 // indirect
272
- golang.org/x/sys v0.33 .0 // indirect
273
- golang.org/x/term v0.32 .0 // indirect
274
- golang.org/x/text v0.25 .0 // indirect
265
+ golang.org/x/crypto v0.40 .0 // indirect
266
+ golang.org/x/net v0.42 .0 // indirect
267
+ golang.org/x/sync v0.16 .0 // indirect
268
+ golang.org/x/sys v0.34 .0 // indirect
269
+ golang.org/x/term v0.33 .0 // indirect
270
+ golang.org/x/text v0.27 .0 // indirect
275
271
golang.org/x/time v0.10.0 // indirect
276
- golang.org/x/tools v0.32 .0 // indirect
272
+ golang.org/x/tools v0.35 .0 // indirect
277
273
google.golang.org/genproto/googleapis/api v0.0.0-20250227231956-55c901821b1e // indirect
278
274
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
279
275
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
280
- rsc.io/tmplfunc v0.0.3 // indirect
281
276
)
0 commit comments