Skip to content

Commit 69796c8

Browse files
authored
set real versions for replaced modules (#456)
1 parent b588203 commit 69796c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260624154507-ea7ff77a0ddb
1818
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260713194119-2689c5708c8b
1919
github.com/smartcontractkit/chainlink-deployments-framework v0.109.1-0.20260604174622-e26b8cddfa0a
20-
github.com/smartcontractkit/chainlink-sui v0.0.0
20+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260713213943-b588203d6679
2121
github.com/smartcontractkit/mcms v0.45.2-0.20260604181544-da0bd7da623d
2222
github.com/stretchr/testify v1.11.1
2323
golang.org/x/crypto v0.53.0

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260625091148-e5618f5682ee
1414
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260713194119-2689c5708c8b
1515
github.com/smartcontractkit/chainlink-deployments-framework v0.111.1-0.20260612191326-e31c0ae4cd54
16-
github.com/smartcontractkit/chainlink-sui v0.0.0
17-
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-00010101000000-000000000000
16+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260713213943-b588203d6679
17+
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260713213943-b588203d6679
1818
github.com/smartcontractkit/mcms v0.48.0
1919
github.com/stretchr/testify v1.11.1
2020
)

scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/smartcontractkit/chainlink-sui => ../
88

99
replace github.com/smartcontractkit/chainlink-sui/deployment => ../deployment
1010

11-
require github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-00010101000000-000000000000
11+
require github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260713213943-b588203d6679
1212

1313
require (
1414
filippo.io/edwards25519 v1.1.1 // indirect

0 commit comments

Comments
 (0)