Skip to content

Commit 829dc10

Browse files
authored
update ctf version (#506)
* update ctf version * tidy * update to the tag
1 parent 837671a commit 829dc10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/devenv/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251229170147-e243de8c69ad
2222
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250929154511-1f5fbda7ae76
2323
github.com/smartcontractkit/chainlink-deployments-framework v0.66.0
24-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.10
24+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.5
2525
github.com/stretchr/testify v1.11.1
2626
github.com/testcontainers/testcontainers-go v0.39.0
2727
github.com/testcontainers/testcontainers-go/modules/postgres v0.39.0
@@ -245,7 +245,7 @@ require (
245245
github.com/json-iterator/go v1.1.12 // indirect
246246
github.com/julienschmidt/httprouter v1.3.0 // indirect
247247
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52 // indirect
248-
github.com/klauspost/compress v1.18.1 // indirect
248+
github.com/klauspost/compress v1.18.2 // indirect
249249
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
250250
github.com/kr/pretty v0.3.1 // indirect
251251
github.com/kr/text v0.2.0 // indirect

build/devenv/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
729729
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23/go.mod h1:J+Gs4SYgM6CZQHDETBtE9HaSEkGmuNXF86RwHhHUvq4=
730730
github.com/klauspost/compress v1.11.4/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
731731
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
732-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
733-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
732+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
733+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
734734
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
735735
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
736736
github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NIs=
@@ -1095,8 +1095,8 @@ github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4 h1:AEnxv4HM3WD1Rb
10951095
github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4/go.mod h1:PjZD54vr6rIKEKQj6HNA4hllvYI/QpT+Zefj3tqkFAs=
10961096
github.com/smartcontractkit/chainlink-sui v0.0.0-20251104205009-00bd79b81471 h1:EaLuGs7jZ6Vm2iv6rNK3bQ3XN5CRbFd4knjjvaD1zFc=
10971097
github.com/smartcontractkit/chainlink-sui v0.0.0-20251104205009-00bd79b81471/go.mod h1:VlyZhVw+a93Sk8rVHOIH6tpiXrMzuWLZrjs1eTIExW8=
1098-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.10 h1:7t24Ror5a9zyfRjLkRc8mMzV7k6ifvAsd68L+Rh0ytQ=
1099-
github.com/smartcontractkit/chainlink-testing-framework/framework v0.11.10/go.mod h1:r6KXRM1u9ch5KFR2jspkgtyWEC1X+gxPCL8mR63U990=
1098+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.5 h1:7Wa7tWcfH1vZy111VqFiFqYeCYlpTItd6VVYHgnYlME=
1099+
github.com/smartcontractkit/chainlink-testing-framework/framework v0.12.5/go.mod h1:2p+lXQtkaJmD5dXw+HaAf+lFoQtNJy3NwkRfprU3VlY=
11001100
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 h1:VIxK8u0Jd0Q/VuhmsNm6Bls6Tb31H/sA3A/rbc5hnhg=
11011101
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0/go.mod h1:lyAu+oMXdNUzEDScj2DXB2IueY+SDXPPfyl/kb63tMM=
11021102
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2 h1:ZJ/8Jx6Be5//TyjPi1pS1uotnmcYq5vVkSyISIymSj8=

0 commit comments

Comments
 (0)