Skip to content

Commit d2829ec

Browse files
[create-pull-request] automated change
1 parent 2f9cc1b commit d2829ec

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

core/scripts/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ replace github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examp
1919
// Using a separate `require` here to avoid surrounding line changes
2020
// creating potential merge conflicts.
2121
require (
22-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251008094352-f74459c46e8c
22+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251014223959-2f9cc1ba616e
2323
github.com/smartcontractkit/chainlink/v2 v2.22.1-por-beta.5.0.20250409140717-74e9650abd95
2424
)
2525

@@ -58,9 +58,9 @@ require (
5858
github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.15
5959
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
6060
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
61-
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based v0.0.0-20251008094352-f74459c46e8c
62-
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/web-trigger-based v0.0.0-20251008094352-f74459c46e8c
63-
github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251008094352-f74459c46e8c
61+
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based v0.0.0-20251014223959-2f9cc1ba616e
62+
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/web-trigger-based v0.0.0-20251014223959-2f9cc1ba616e
63+
github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251014223959-2f9cc1ba616e
6464
github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v0.8.0
6565
github.com/smartcontractkit/libocr v0.0.0-20250905115425-2785a5cee79d
6666
github.com/spf13/cobra v1.9.1

deployment/go.mod

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

88
// Using a separate inline `require` here to avoid surrounding line changes
99
// creating potential merge conflicts.
10-
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251008094352-f74459c46e8c
10+
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251014223959-2f9cc1ba616e
1111

1212
require (
1313
dario.cat/mergo v1.0.2

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ replace github.com/smartcontractkit/chainlink/deployment => ../deployment
1010
// Using a separate `require` here to avoid surrounding line changes
1111
// creating potential merge conflicts.
1212
require (
13-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251008094352-f74459c46e8c
14-
github.com/smartcontractkit/chainlink/v2 v2.0.0-20251008094352-f74459c46e8c
13+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251014223959-2f9cc1ba616e
14+
github.com/smartcontractkit/chainlink/v2 v2.0.0-20251014223959-2f9cc1ba616e
1515
)
1616

1717
require (

integration-tests/load/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ replace github.com/smartcontractkit/chainlink/integration-tests => ../
1212
// Using a separate `require` here to avoid surrounding line changes
1313
// creating potential merge conflicts.
1414
require (
15-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251008094352-f74459c46e8c
16-
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20251008094352-f74459c46e8c
17-
github.com/smartcontractkit/chainlink/v2 v2.0.0-20251008094352-f74459c46e8c
15+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251014223959-2f9cc1ba616e
16+
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20251014223959-2f9cc1ba616e
17+
github.com/smartcontractkit/chainlink/v2 v2.0.0-20251014223959-2f9cc1ba616e
1818
)
1919

2020
require (

system-tests/lib/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.5
44

55
// Using a separate `require` here to avoid surrounding line changes
66
// creating potential merge conflicts.
7-
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251008094352-f74459c46e8c
7+
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251014223959-2f9cc1ba616e
88

99
// Make sure we're working with the latest chainlink libs
1010
replace github.com/smartcontractkit/chainlink/v2 => ../../
@@ -45,7 +45,7 @@ require (
4545
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0
4646
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
4747
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
48-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251008094352-f74459c46e8c
48+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251014223959-2f9cc1ba616e
4949
github.com/smartcontractkit/crib-sdk v0.4.0
5050
github.com/smartcontractkit/libocr v0.0.0-20250905115425-2785a5cee79d
5151
github.com/smartcontractkit/smdkg v0.0.0-20250916143931-2876ea233fd8

system-tests/tests/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.5
44

55
// Using a separate `require` here to avoid surrounding line changes
66
// creating potential merge conflicts.
7-
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251008094352-f74459c46e8c
7+
require github.com/smartcontractkit/chainlink/v2 v2.0.0-20251014223959-2f9cc1ba616e
88

99
// Make sure we're working with the latest chainlink libs
1010
replace github.com/smartcontractkit/chainlink/v2 => ../../
@@ -58,15 +58,15 @@ require (
5858
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5
5959
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
6060
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.1
61-
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based v0.0.0-20251008094352-f74459c46e8c
62-
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/cron v0.0.0-20251008094352-f74459c46e8c
63-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251008094352-f74459c46e8c
64-
github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251008094352-f74459c46e8c
65-
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20251008094352-f74459c46e8c
66-
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20251008094352-f74459c46e8c
67-
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20251008094352-f74459c46e8c
68-
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20251008094352-f74459c46e8c
69-
github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20251008094352-f74459c46e8c
61+
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based v0.0.0-20251014223959-2f9cc1ba616e
62+
github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/cron v0.0.0-20251014223959-2f9cc1ba616e
63+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20251014223959-2f9cc1ba616e
64+
github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251014223959-2f9cc1ba616e
65+
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20251014223959-2f9cc1ba616e
66+
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20251014223959-2f9cc1ba616e
67+
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20251014223959-2f9cc1ba616e
68+
github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20251014223959-2f9cc1ba616e
69+
github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20251014223959-2f9cc1ba616e
7070
github.com/smartcontractkit/libocr v0.0.0-20250905115425-2785a5cee79d
7171
github.com/smartcontractkit/quarantine v0.0.0-20250909213106-ece491bef618
7272
github.com/spf13/cobra v1.9.1

0 commit comments

Comments
 (0)