Skip to content

Commit 498638f

Browse files
committed
tidy
1 parent f4358a0 commit 498638f

13 files changed

Lines changed: 18 additions & 20 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/shopspring/decimal v1.4.0
5050
github.com/smartcontractkit/chainlink-automation v0.8.1
5151
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250814153237-9a6c5a35e950
52-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496
52+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124
5353
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c
5454
github.com/smartcontractkit/chainlink-data-streams v0.1.2
5555
github.com/smartcontractkit/chainlink-deployments-framework v0.25.0

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7
15261526
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
15271527
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a h1:38dAlTPRUQHZus5dCnBnQyf/V4oYn0p2svWlbPgHDQ4=
15281528
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1529-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496 h1:gVGuCzWIUF5X4a7DTFAJ+t4k3ONaZWR5KVcHc1Ym1lE=
1530-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
1529+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124 h1:nNpgbn4MM770XXWqqzjIHNBAWJV8Stu96+eOWjWASBU=
1530+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
15311531
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3 h1:xPM32++82Jbcsn+ghxyrSjLQgKCdpZ8z/hwtQOnWf/o=
15321532
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3/go.mod h1:eKGyfTKzr0/PeR7qKN4l2FcW9p+HzyKUwAfGhm/5YZc=
15331533
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250814153237-9a6c5a35e950
3939
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a
4040
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a
41-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496
41+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124
4242
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c
4343
github.com/smartcontractkit/chainlink-deployments-framework v0.25.0
4444
github.com/smartcontractkit/chainlink-evm v0.3.1

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,8 +1252,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7
12521252
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
12531253
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a h1:38dAlTPRUQHZus5dCnBnQyf/V4oYn0p2svWlbPgHDQ4=
12541254
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1255-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496 h1:gVGuCzWIUF5X4a7DTFAJ+t4k3ONaZWR5KVcHc1Ym1lE=
1256-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
1255+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124 h1:nNpgbn4MM770XXWqqzjIHNBAWJV8Stu96+eOWjWASBU=
1256+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
12571257
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3 h1:xPM32++82Jbcsn+ghxyrSjLQgKCdpZ8z/hwtQOnWf/o=
12581258
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3/go.mod h1:eKGyfTKzr0/PeR7qKN4l2FcW9p+HzyKUwAfGhm/5YZc=
12591259
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,6 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7
10861086
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
10871087
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250804184440-c0506474fc44 h1:S00lus9RPu5JuxKRtGEET+aIUfASahHpTRV5RgPARSI=
10881088
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250804184440-c0506474fc44/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1089-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496 h1:gVGuCzWIUF5X4a7DTFAJ+t4k3ONaZWR5KVcHc1Ym1lE=
1090-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
10911089
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124 h1:nNpgbn4MM770XXWqqzjIHNBAWJV8Stu96+eOWjWASBU=
10921090
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
10931091
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 h1:ca2z5OXgnbBPQRxpwXwBLJsUA1+cAp5ncfW4Ssvd6eY=

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250814153237-9a6c5a35e950
5353
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a
5454
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a
55-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496
55+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124
5656
github.com/smartcontractkit/chainlink-deployments-framework v0.25.0
5757
github.com/smartcontractkit/chainlink-evm v0.3.1
5858
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,8 +1514,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7
15141514
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
15151515
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a h1:38dAlTPRUQHZus5dCnBnQyf/V4oYn0p2svWlbPgHDQ4=
15161516
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1517-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496 h1:gVGuCzWIUF5X4a7DTFAJ+t4k3ONaZWR5KVcHc1Ym1lE=
1518-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
1517+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124 h1:nNpgbn4MM770XXWqqzjIHNBAWJV8Stu96+eOWjWASBU=
1518+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
15191519
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3 h1:xPM32++82Jbcsn+ghxyrSjLQgKCdpZ8z/hwtQOnWf/o=
15201520
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3/go.mod h1:eKGyfTKzr0/PeR7qKN4l2FcW9p+HzyKUwAfGhm/5YZc=
15211521
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250814153237-9a6c5a35e950
3333
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a
3434
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a
35-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496
35+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124
3636
github.com/smartcontractkit/chainlink-deployments-framework v0.25.0
3737
github.com/smartcontractkit/chainlink-evm v0.3.1
3838
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3

integration-tests/load/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7
14901490
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
14911491
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a h1:38dAlTPRUQHZus5dCnBnQyf/V4oYn0p2svWlbPgHDQ4=
14921492
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1493-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496 h1:gVGuCzWIUF5X4a7DTFAJ+t4k3ONaZWR5KVcHc1Ym1lE=
1494-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
1493+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124 h1:nNpgbn4MM770XXWqqzjIHNBAWJV8Stu96+eOWjWASBU=
1494+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124/go.mod h1:0OMQFyxibohHOzskRmEz4wr+w0SdAFsU6CjW/VhRf34=
14951495
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3 h1:xPM32++82Jbcsn+ghxyrSjLQgKCdpZ8z/hwtQOnWf/o=
14961496
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.3/go.mod h1:eKGyfTKzr0/PeR7qKN4l2FcW9p+HzyKUwAfGhm/5YZc=
14971497
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

system-tests/lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/rs/zerolog v1.33.0
3131
github.com/scylladb/go-reflectx v1.0.1
3232
github.com/smartcontractkit/chain-selectors v1.0.67
33-
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250820200142-b2e7a544d496
33+
github.com/smartcontractkit/chainlink-common v0.9.2-0.20250821015544-59b148ecb124
3434
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c
3535
github.com/smartcontractkit/chainlink-deployments-framework v0.25.0
3636
github.com/smartcontractkit/chainlink-evm v0.3.1

0 commit comments

Comments
 (0)