Skip to content

Commit 4242402

Browse files
Bump github.com/smartcontractkit/chainlink-deployments-framework
Bumps [github.com/smartcontractkit/chainlink-deployments-framework](https://github.com/smartcontractkit/chainlink-deployments-framework) from 0.94.0 to 0.94.1. - [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.94.0...v0.94.1) --- updated-dependencies: - dependency-name: github.com/smartcontractkit/chainlink-deployments-framework dependency-version: 0.94.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f17ad9 commit 4242402

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ require (
1515
github.com/smartcontractkit/chain-selectors v1.0.97
1616
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260324144720-484863604698
1717
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260406055916-9aa6b6c0ae81
18-
github.com/smartcontractkit/chainlink-deployments-framework v0.94.0
18+
github.com/smartcontractkit/chainlink-deployments-framework v0.95.0
1919
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.16
2020
github.com/smartcontractkit/chainlink/core/scripts v0.0.0-20260407130455-5258160d170f
21-
github.com/smartcontractkit/mcms v0.39.0
21+
github.com/smartcontractkit/mcms v0.40.1
2222
github.com/spf13/cobra v1.10.2
2323
github.com/stretchr/testify v1.11.1
2424
github.com/testcontainers/testcontainers-go v0.41.0

integration-tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,8 +1408,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025121515250
14081408
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20251215152504-b1e41f508340/go.mod h1:P/0OSXUlFaxxD4B/P6HWbxYtIRmmWGDJAvanq19879c=
14091409
github.com/smartcontractkit/chainlink-data-streams v0.1.13 h1:YOmt545DW6U0SyaqBf+NTGDLm1yMurVI7yOvxP5hlJk=
14101410
github.com/smartcontractkit/chainlink-data-streams v0.1.13/go.mod h1:00aL7OK0BJdF9gn/4t4f/pctUu2VLwwfA8G/tl9rCrM=
1411-
github.com/smartcontractkit/chainlink-deployments-framework v0.94.0 h1:z+8phMpBzPXGzPhOOl+AtRJt9vj/y9pU6ZB6/xZ4qa8=
1412-
github.com/smartcontractkit/chainlink-deployments-framework v0.94.0/go.mod h1:J0ITsNrymaQzLYXHr1mbS7cS0nBD7lJI6bCLVa3j4Po=
1411+
github.com/smartcontractkit/chainlink-deployments-framework v0.95.0 h1:PHncc++Xk9OIP7JDiCvpqdMdP85YZWKQCpnRR7l477g=
1412+
github.com/smartcontractkit/chainlink-deployments-framework v0.95.0/go.mod h1:pTA1JrdlMSfb9WkrIfphq2KV/+paW7GHf15Oc/uJBxs=
14131413
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05 h1:mUaNoTKE3lqlANSOlQmiYDIAjJoqHiShw+r5rl1xh7g=
14141414
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05/go.mod h1:pMADMyrLXiwqbgqM8qvFZ90JWEhmEAiqmHTmpAUGBqE=
14151415
github.com/smartcontractkit/chainlink-evm/contracts/cre/gobindings v0.0.0-20260403151002-2c91155b5501 h1:QJiXTG9CmaQAuMRn5JGi+Jhji7fSkehVnKpjc8oNJJY=
@@ -1496,8 +1496,8 @@ github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 h1:12i
14961496
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7/go.mod h1:FX7/bVdoep147QQhsOPkYsPEXhGZjeYx6lBSaSXtZOA=
14971497
github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e h1:poXTj5cFVM6XfC4HICIDYkDVc/A6OYB0eeID0wU2JQE=
14981498
github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e/go.mod h1:PLdNK6GlqfxIWXzziPkU7dCAVlVFeYkyyW7AQY0R+4Q=
1499-
github.com/smartcontractkit/mcms v0.39.0 h1:ORIpFZnNj24FQUZCktnZCNMUpNmd4kz15/Vddrk/LXc=
1500-
github.com/smartcontractkit/mcms v0.39.0/go.mod h1:7YqJPR8w9GiO1L/JjjTrwlSwAZ7i3J7cgOcu88PqtvU=
1499+
github.com/smartcontractkit/mcms v0.40.1 h1:r9bU/2GfIf6mHHM4PklSBkfi2Lq4+EGILC81e4IqKz0=
1500+
github.com/smartcontractkit/mcms v0.40.1/go.mod h1:7YqJPR8w9GiO1L/JjjTrwlSwAZ7i3J7cgOcu88PqtvU=
15011501
github.com/smartcontractkit/quarantine v0.0.0-20250909213106-ece491bef618 h1:rN8PnOZj53L70zlm1aYz1k14lXNCt7NoV666TDfcTJA=
15021502
github.com/smartcontractkit/quarantine v0.0.0-20250909213106-ece491bef618/go.mod h1:iwy4yWFuK+1JeoIRTaSOA9pl+8Kf//26zezxEXrAQEQ=
15031503
github.com/smartcontractkit/smdkg v0.0.0-20251029093710-c38905e58aeb h1:kLHdQQkijaPGsBbtV2rJgpzVpQ96e7T10pzjNlWfK8U=

0 commit comments

Comments
 (0)