Skip to content

Commit ec0ddfa

Browse files
build(deps): bump github.com/smartcontractkit/chainlink-deployments-framework
Bumps [github.com/smartcontractkit/chainlink-deployments-framework](https://github.com/smartcontractkit/chainlink-deployments-framework) from 0.114.2 to 0.114.3. - [Release notes](https://github.com/smartcontractkit/chainlink-deployments-framework/releases) - [Changelog](https://github.com/smartcontractkit/chainlink-deployments-framework/blob/main/CHANGELOG.md) - [Commits](smartcontractkit/chainlink-deployments-framework@v0.114.2...v0.114.3) --- updated-dependencies: - dependency-name: github.com/smartcontractkit/chainlink-deployments-framework dependency-version: 0.114.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 650f7e5 commit ec0ddfa

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ require (
3939
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84
4040
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84
4141
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
42-
github.com/smartcontractkit/chainlink-deployments-framework v0.114.2
42+
github.com/smartcontractkit/chainlink-deployments-framework v0.114.3
4343
github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df
4444
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.52.0
4545
github.com/smartcontractkit/go-daml v0.0.0-20260630200614-6e739bf6e282
4646
github.com/spf13/viper v1.21.0
4747
github.com/stretchr/testify v1.11.1
48-
github.com/testcontainers/testcontainers-go v0.42.0
48+
github.com/testcontainers/testcontainers-go v0.43.0
4949
go.opentelemetry.io/otel v1.44.0
5050
go.opentelemetry.io/otel/metric v1.44.0
5151
go.opentelemetry.io/otel/sdk/metric v1.44.0
@@ -226,7 +226,7 @@ require (
226226
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29 // indirect
227227
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 // indirect
228228
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 // indirect
229-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.61.4 // indirect
229+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.62.0 // indirect
230230
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12 // indirect
231231
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.29 // indirect
232232
github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 // indirect
@@ -401,7 +401,7 @@ require (
401401
github.com/opencontainers/image-spec v1.1.1 // indirect
402402
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
403403
github.com/pelletier/go-toml v1.9.5 // indirect
404-
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
404+
github.com/pelletier/go-toml/v2 v2.4.1 // indirect
405405
github.com/perimeterx/marshmallow v1.1.5 // indirect
406406
github.com/pion/logging v0.2.4 // indirect
407407
github.com/pkg/errors v0.9.1 // indirect
@@ -424,7 +424,7 @@ require (
424424
github.com/scylladb/go-reflectx v1.0.1 // indirect
425425
github.com/sethvargo/go-retry v0.3.0 // indirect
426426
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
427-
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
427+
github.com/shirou/gopsutil/v4 v4.26.5 // indirect
428428
github.com/shopspring/decimal v1.4.0 // indirect
429429
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
430430
github.com/sirupsen/logrus v1.9.4 // indirect
@@ -445,7 +445,7 @@ require (
445445
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
446446
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect
447447
github.com/smartcontractkit/chainlink-protos/orchestrator v0.11.0 // indirect
448-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce // indirect
448+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260630144638-b69f16bdddd8 // indirect
449449
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 // indirect
450450
github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260514223130-48bc90aca745 // indirect
451451
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 // indirect
@@ -469,7 +469,7 @@ require (
469469
github.com/stretchr/objx v0.5.3 // indirect
470470
github.com/supranational/blst v0.3.16 // indirect
471471
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
472-
github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0 // indirect
472+
github.com/testcontainers/testcontainers-go/modules/postgres v0.43.0 // indirect
473473
github.com/tidwall/gjson v1.18.0 // indirect
474474
github.com/tidwall/match v1.2.0 // indirect
475475
github.com/tidwall/pretty v1.2.1 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 h1:RdwIf/CuUsvJX3RgJa
114114
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29/go.mod h1:71wt8W2EgswdZy9Mf9KNnzxZ3TiZlv4caKghPktDOkA=
115115
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.30 h1:VTGy885W5DKBxWRUJbym9hytNaYzsyaPkCHGRRMAOhU=
116116
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.30/go.mod h1:AS0HycUvJRFvTt613AYDOgO2jzw+00cVSMny8XB3yMY=
117-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.61.4 h1:KDPcknxnbdpcAU04wq+9wfDW4Yoo9h0tsO8Uv+oES4c=
118-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.61.4/go.mod h1:fhiInRlq2MkbUqzDYoWLF+dE/NdEg24s9TML5FcSwhA=
117+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.62.0 h1:gkhS82QWXx9E2Y1Mimks8P50JTtlEQGR+bWamli5PE0=
118+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.62.0/go.mod h1:fhiInRlq2MkbUqzDYoWLF+dE/NdEg24s9TML5FcSwhA=
119119
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12 h1:ZD2+BSw9vFsNlKYIasSNt3uDbjqqXIBcM13UJv/Lx2k=
120120
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12/go.mod h1:Ms4zlcVBbXbiP7EVLhl+lgjvA/a7YphqQ3Ih3174EmI=
121121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.29 h1:DRebniUGZ2MqiiIVmQJ04vIXr918hubdHMnarSLEWyU=
@@ -996,8 +996,8 @@ github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTK
996996
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=
997997
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
998998
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
999-
github.com/pelletier/go-toml/v2 v2.3.0 h1:k59bC/lIZREW0/iVaQR8nDHxVq8OVlIzYCOJf421CaM=
1000-
github.com/pelletier/go-toml/v2 v2.3.0/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
999+
github.com/pelletier/go-toml/v2 v2.4.1 h1:j5OMOImsH+j2k7GJ5YO+RxfWwohNiH6t5zB/+h3bagc=
1000+
github.com/pelletier/go-toml/v2 v2.4.1/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
10011001
github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=
10021002
github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
10031003
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 h1:oYW+YCJ1pachXTQmzR3rNLYGGz4g/UgFcjb28p/viDM=
@@ -1128,8 +1128,8 @@ github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah
11281128
github.com/sethvargo/go-retry v0.3.0/go.mod h1:mNX17F0C/HguQMyMyJxcnU471gOZGxCLyYaFyAZraas=
11291129
github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=
11301130
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
1131-
github.com/shirou/gopsutil/v4 v4.26.3 h1:2ESdQt90yU3oXF/CdOlRCJxrP+Am1aBYubTMTfxJ1qc=
1132-
github.com/shirou/gopsutil/v4 v4.26.3/go.mod h1:LZ6ewCSkBqUpvSOf+LsTGnRinC6iaNUNMGBtDkJBaLQ=
1131+
github.com/shirou/gopsutil/v4 v4.26.5 h1:RPcBXkpz7kOj9PqGFQOlBPZHsyaPvPVQc098y9RmCNM=
1132+
github.com/shirou/gopsutil/v4 v4.26.5/go.mod h1:LZ6ewCSkBqUpvSOf+LsTGnRinC6iaNUNMGBtDkJBaLQ=
11331133
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
11341134
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
11351135
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
@@ -1175,8 +1175,8 @@ github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh
11751175
github.com/smartcontractkit/chainlink-common/keystore v1.0.2/go.mod h1:rSkIHdomyak3YnUtXLenl6poIq8q0V3UZPiiyYqPdGA=
11761176
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg=
11771177
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
1178-
github.com/smartcontractkit/chainlink-deployments-framework v0.114.2 h1:taevCR1vNhQvxtDxQTfOZXaRRfXFHdOUNXkL1xIZqYA=
1179-
github.com/smartcontractkit/chainlink-deployments-framework v0.114.2/go.mod h1:HJu1XBl2lya1+MAKwL0l84RJMAaLtBZWtbe8Ifqufgc=
1178+
github.com/smartcontractkit/chainlink-deployments-framework v0.114.3 h1:5RHjqgBZzA8IliiP90AsrpXzSr22KLGbdAG75B2sjq0=
1179+
github.com/smartcontractkit/chainlink-deployments-framework v0.114.3/go.mod h1:sWWuWKLu/vp29sbuwUWvh7pKaReMXngZD4NX1s1u3TI=
11801180
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260427132147-1ef18876ae9b h1:X9vZpG8A0CUlOZJQXgnjd3vtkN98dFOSPbt8T6HpW9g=
11811181
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260427132147-1ef18876ae9b/go.mod h1:eOx+FhknhG1+K/pKN77IR/UKmU3WDVaGci64VCGlCUc=
11821182
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd h1:sK+pK4epQp20yQ7XztwrVgkTkRAr4FY+TvEegW8RuQk=
@@ -1305,10 +1305,10 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
13051305
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
13061306
github.com/test-go/testify v1.1.4 h1:Tf9lntrKUMHiXQ07qBScBTSA0dhYQlu83hswqelv1iE=
13071307
github.com/test-go/testify v1.1.4/go.mod h1:rH7cfJo/47vWGdi4GPj16x3/t1xGOj2YxzmNQzk2ghU=
1308-
github.com/testcontainers/testcontainers-go v0.42.0 h1:He3IhTzTZOygSXLJPMX7n44XtK+qhjat1nI9cneBbUY=
1309-
github.com/testcontainers/testcontainers-go v0.42.0/go.mod h1:vZjdY1YmUA1qEForxOIOazfsrdyORJAbhi0bp8plN30=
1310-
github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0 h1:AOtFXssrDlLm84A2sTTR/AhvJiYbrIuCO59d+Ro9Tb0=
1311-
github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0/go.mod h1:k2a09UKhgSp6vNpliIY0QSgm4Hi7GXVTzWvWgUemu/8=
1308+
github.com/testcontainers/testcontainers-go v0.43.0 h1:oEQx5MW2DGd9z3AeEQfB2lPM0eLs7ztyaGRu75bFo5A=
1309+
github.com/testcontainers/testcontainers-go v0.43.0/go.mod h1:+VxkT2NQnKOZPKi6praMuMKYHYyOGXr0XSBSlSMCzFo=
1310+
github.com/testcontainers/testcontainers-go/modules/postgres v0.43.0 h1:ShNOFYAF4lKHvdIG258hi69bSxC88uXnxJkJvNs/IVs=
1311+
github.com/testcontainers/testcontainers-go/modules/postgres v0.43.0/go.mod h1:vdq5/RqmGfWeefzyfcVI/pID1rzmc1TDvqXa15bPJks=
13121312
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
13131313
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
13141314
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=

0 commit comments

Comments
 (0)