Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ require (
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260311190822-5cbfc939dd16
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260406055916-9aa6b6c0ae81
github.com/smartcontractkit/chainlink-deployments-framework v0.75.0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2
github.com/smartcontractkit/mcms v0.41.0 // Replace with official release before merging
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5
github.com/smartcontractkit/mcms v0.41.1
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.19.0
)
Expand Down
4 changes: 2 additions & 2 deletions deployment/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260311190822-5cbfc939dd16
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260406055916-9aa6b6c0ae81
github.com/smartcontractkit/chainlink-deployments-framework v0.75.0
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20250903045200-c3d973201e55
github.com/smartcontractkit/mcms v0.41.0 // Replace with official release before merging
github.com/smartcontractkit/mcms v0.41.1
github.com/stretchr/testify v1.11.1
)

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ require (
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 // indirect
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260408222042-6c7b4c27a8b2 // indirect
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409162403-8bca8f7c9de5 // indirect
github.com/smartcontractkit/chainlink-ton v0.0.0-20260219201907-054376f21418 // indirect
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250908203554-5bd9d2fe9513 // indirect
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
github.com/smartcontractkit/libocr v0.0.0-20250912173940-f3ab0246e23d // indirect
github.com/smartcontractkit/mcms v0.41.0 // indirect
github.com/smartcontractkit/mcms v0.41.1 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/stephenlacy/go-ethereum-hdwallet v0.0.0-20230913225845-a4fa94429863 // indirect
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
Expand Down
4 changes: 2 additions & 2 deletions scripts/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading