Skip to content

Commit 71e2a2b

Browse files
build(deps): bump github.com/smartcontractkit/chainlink-testing-framework/framework
Bumps [github.com/smartcontractkit/chainlink-testing-framework/framework](https://github.com/smartcontractkit/chainlink-testing-framework) from 0.12.1 to 0.15.3. - [Release notes](https://github.com/smartcontractkit/chainlink-testing-framework/releases) - [Commits](smartcontractkit/chainlink-testing-framework@framework/v0.12.1...framework/v0.15.3) --- updated-dependencies: - dependency-name: github.com/smartcontractkit/chainlink-testing-framework/framework dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3650e8 commit 71e2a2b

File tree

2 files changed

+95
-9
lines changed

2 files changed

+95
-9
lines changed

go.mod

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d
2222
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
2323
github.com/smartcontractkit/chainlink-sui v0.0.0-20260205175622-33e65031f9a9
24-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.1
24+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3
2525
github.com/smartcontractkit/chainlink-ton v0.0.0-20260219201907-054376f21418
2626
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad
2727
github.com/spf13/cast v1.10.0
@@ -87,6 +87,7 @@ require (
8787
github.com/docker/go-units v0.5.0 // indirect
8888
github.com/ebitengine/purego v0.8.4 // indirect
8989
github.com/emicklei/dot v1.6.2 // indirect
90+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
9091
github.com/ethereum/c-kzg-4844/v2 v2.1.6 // indirect
9192
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
9293
github.com/fatih/color v1.18.0 // indirect
@@ -101,15 +102,21 @@ require (
101102
github.com/go-logr/logr v1.4.3 // indirect
102103
github.com/go-logr/stdr v1.2.2 // indirect
103104
github.com/go-ole/go-ole v1.3.0 // indirect
105+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
106+
github.com/go-openapi/jsonreference v0.21.0 // indirect
107+
github.com/go-openapi/swag v0.23.0 // indirect
104108
github.com/go-playground/locales v0.14.1 // indirect
105109
github.com/go-playground/universal-translator v0.18.1 // indirect
106110
github.com/go-resty/resty/v2 v2.16.3 // indirect
107111
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
108112
github.com/gofrs/flock v0.12.1 // indirect
109113
github.com/gogo/protobuf v1.3.2 // indirect
110114
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
115+
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
111116
github.com/golang/protobuf v1.5.4 // indirect
112117
github.com/golang/snappy v1.0.0 // indirect
118+
github.com/google/gnostic-models v0.6.9 // indirect
119+
github.com/google/gofuzz v1.2.0 // indirect
113120
github.com/google/uuid v1.6.0 // indirect
114121
github.com/gorilla/rpc v1.2.0 // indirect
115122
github.com/gorilla/websocket v1.5.3 // indirect
@@ -141,9 +148,10 @@ require (
141148
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
142149
github.com/jinzhu/copier v0.4.0 // indirect
143150
github.com/jmoiron/sqlx v1.4.0 // indirect
151+
github.com/josharian/intern v1.0.0 // indirect
144152
github.com/jpillora/backoff v1.0.0 // indirect
145153
github.com/json-iterator/go v1.1.12 // indirect
146-
github.com/klauspost/compress v1.18.1 // indirect
154+
github.com/klauspost/compress v1.18.2 // indirect
147155
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
148156
github.com/kr/pretty v0.3.1 // indirect
149157
github.com/kr/text v0.2.0 // indirect
@@ -163,6 +171,7 @@ require (
163171
github.com/moby/docker-image-spec v1.3.1 // indirect
164172
github.com/moby/go-archive v0.1.0 // indirect
165173
github.com/moby/patternmatcher v0.6.0 // indirect
174+
github.com/moby/spdystream v0.5.0 // indirect
166175
github.com/moby/sys/sequential v0.6.0 // indirect
167176
github.com/moby/sys/user v0.4.0 // indirect
168177
github.com/moby/sys/userns v0.1.0 // indirect
@@ -173,8 +182,8 @@ require (
173182
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1 // indirect
174183
github.com/mr-tron/base58 v1.2.0 // indirect
175184
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
185+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
176186
github.com/oklog/run v1.2.0 // indirect
177-
github.com/onsi/gomega v1.34.2 // indirect
178187
github.com/opencontainers/go-digest v1.0.0 // indirect
179188
github.com/opencontainers/image-spec v1.1.1 // indirect
180189
github.com/pelletier/go-toml v1.9.5 // indirect
@@ -210,6 +219,7 @@ require (
210219
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b // indirect
211220
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
212221
github.com/smartcontractkit/libocr v0.0.0-20250912173940-f3ab0246e23d // indirect
222+
github.com/spf13/pflag v1.0.10 // indirect
213223
github.com/stephenlacy/go-ethereum-hdwallet v0.0.0-20230913225845-a4fa94429863 // indirect
214224
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
215225
github.com/stretchr/objx v0.5.2 // indirect
@@ -255,6 +265,7 @@ require (
255265
go.yaml.in/yaml/v2 v2.4.2 // indirect
256266
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
257267
golang.org/x/net v0.50.0 // indirect
268+
golang.org/x/oauth2 v0.32.0 // indirect
258269
golang.org/x/sync v0.19.0 // indirect
259270
golang.org/x/sys v0.41.0 // indirect
260271
golang.org/x/term v0.40.0 // indirect
@@ -264,7 +275,18 @@ require (
264275
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
265276
google.golang.org/grpc v1.78.0 // indirect
266277
google.golang.org/protobuf v1.36.11 // indirect
278+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
279+
gopkg.in/inf.v0 v0.9.1 // indirect
267280
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
268281
gopkg.in/yaml.v2 v2.4.0 // indirect
269282
gopkg.in/yaml.v3 v3.0.1 // indirect
283+
k8s.io/api v0.32.3 // indirect
284+
k8s.io/apimachinery v0.32.3 // indirect
285+
k8s.io/client-go v0.32.3 // indirect
286+
k8s.io/klog/v2 v2.130.1 // indirect
287+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
288+
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect
289+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
290+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
291+
sigs.k8s.io/yaml v1.4.0 // indirect
270292
)

0 commit comments

Comments
 (0)