Skip to content

Commit 5b16fae

Browse files
authored
update mcms in deployment (#379)
* update mcms in deployment * update * update
1 parent 8bca8f7 commit 5b16fae

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

deployment/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260311190822-5cbfc939dd16
1717
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260406055916-9aa6b6c0ae81
1818
github.com/smartcontractkit/chainlink-deployments-framework v0.75.0
19-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2
20-
github.com/smartcontractkit/mcms v0.41.0 // Replace with official release before merging
19+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5
20+
github.com/smartcontractkit/mcms v0.41.1
2121
github.com/stretchr/testify v1.11.1
2222
golang.org/x/sync v0.19.0
2323
)

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ require (
1010
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260311190822-5cbfc939dd16
1111
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260406055916-9aa6b6c0ae81
1212
github.com/smartcontractkit/chainlink-deployments-framework v0.75.0
13-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2
13+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5
1414
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20250903045200-c3d973201e55
15-
github.com/smartcontractkit/mcms v0.41.0 // Replace with official release before merging
15+
github.com/smartcontractkit/mcms v0.41.1
1616
github.com/stretchr/testify v1.11.1
1717
)
1818

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ require (
130130
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 // indirect
131131
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
132132
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b // indirect
133-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2 // indirect
133+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5 // indirect
134134
github.com/smartcontractkit/chainlink-ton v0.0.0-20260219201907-054376f21418 // indirect
135135
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250908203554-5bd9d2fe9513 // indirect
136136
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect
137137
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
138138
github.com/smartcontractkit/libocr v0.0.0-20250912173940-f3ab0246e23d // indirect
139-
github.com/smartcontractkit/mcms v0.41.0 // indirect
139+
github.com/smartcontractkit/mcms v0.41.1 // indirect
140140
github.com/spf13/cast v1.10.0 // indirect
141141
github.com/stephenlacy/go-ethereum-hdwallet v0.0.0-20230913225845-a4fa94429863 // indirect
142142
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect

scripts/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)