Skip to content

Commit 2c460ea

Browse files
committed
Run gomodtidy to fix CI module drift
1 parent 7d1d54f commit 2c460ea

10 files changed

Lines changed: 21 additions & 21 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/smartcontractkit/chain-selectors v1.0.97
4646
github.com/smartcontractkit/chainlink-automation v0.8.1
4747
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
48-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260331163339-a3c0d217e843
48+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
4949
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
5050
github.com/smartcontractkit/chainlink-data-streams v0.1.13
5151
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3

core/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.

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
3939
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288
4040
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
41-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260331163339-a3c0d217e843
41+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
4242
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4343
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
4444
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05
@@ -213,7 +213,7 @@ require (
213213
github.com/felixge/httpsnoop v1.0.4 // indirect
214214
github.com/ferranbt/fastssz v0.1.4 // indirect
215215
github.com/fsnotify/fsnotify v1.9.0 // indirect
216-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
216+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
217217
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
218218
github.com/gagliardetto/anchor-go v1.0.0 // indirect
219219
github.com/gagliardetto/binary v0.8.0 // indirect

integration-tests/go.sum

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

integration-tests/load/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260317185256-d5f7db87ae70
2828
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288
2929
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260310183131-8d0f0e383288
30-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260331163339-a3c0d217e843
30+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
3131
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
3232
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05
3333
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3
@@ -208,7 +208,7 @@ require (
208208
github.com/felixge/httpsnoop v1.0.4 // indirect
209209
github.com/ferranbt/fastssz v0.1.4 // indirect
210210
github.com/fsnotify/fsnotify v1.9.0 // indirect
211-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
211+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
212212
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
213213
github.com/gagliardetto/anchor-go v1.0.0 // indirect
214214
github.com/gagliardetto/binary v0.8.0 // indirect

integration-tests/load/go.sum

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

system-tests/lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/smartcontractkit/chain-selectors v1.0.97
3636
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260324144720-484863604698
3737
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260310183131-8d0f0e383288
38-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260331163339-a3c0d217e843
38+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
3939
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
4040
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3
4141
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260330133421-5151ea0c3b05

system-tests/lib/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.

system-tests/tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/rs/zerolog v1.34.0
6363
github.com/shopspring/decimal v1.4.0
6464
github.com/smartcontractkit/chain-selectors v1.0.97
65-
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260331163339-a3c0d217e843
65+
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260402120824-48154c0c65a6
6666
github.com/smartcontractkit/chainlink-common/keystore v1.0.2
6767
github.com/smartcontractkit/chainlink-data-streams v0.1.13
6868
github.com/smartcontractkit/chainlink-deployments-framework v0.86.3

system-tests/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.

0 commit comments

Comments
 (0)