From f2f4c5a0ffd2e6495ae33183b960798762d476d6 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-infra-releng[bot]" <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:26:10 +0000 Subject: [PATCH] [create-pull-request] automated change --- core/scripts/go.mod | 8 ++++---- integration-tests/go.mod | 2 +- integration-tests/load/go.mod | 4 ++-- system-tests/lib/go.mod | 2 +- system-tests/tests/go.mod | 36 +++++++++++++++++------------------ 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 2c5eaf8b5f9..50bc5a5a5d5 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -18,8 +18,8 @@ replace github.com/ugorji/go/codec => github.com/ugorji/go/codec v1.2.12 // Using a separate `require` here to avoid surrounding line changes // creating potential merge conflicts. require ( - github.com/smartcontractkit/chainlink/deployment v0.0.0-20260126202327-6be9a05f0caf - github.com/smartcontractkit/chainlink/v2 v2.32.0 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/v2 v2.29.0 ) require ( @@ -58,8 +58,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.5 github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.23 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/proof-of-reserve/cron-based v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/proof-of-reserve/cron-based v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/libocr v0.0.0-20260508200755-99940c85383c github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ef43e7e96c2..377ea02d48a 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -44,7 +44,7 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.9 github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20260126202327-6be9a05f0caf + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/smartcontractkit/libocr v0.0.0-20260508200755-99940c85383c diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index f93ffa85a68..e15dc29d10f 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -31,8 +31,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 github.com/smartcontractkit/chainlink-testing-framework/wasp v1.52.0 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20260126202327-6be9a05f0caf - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/stretchr/testify v1.11.1 go.uber.org/atomic v1.11.0 diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 51b7e516fd1..b411ad7f140 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -51,7 +51,7 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.23 github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.15.0 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20260126202327-6be9a05f0caf + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/smartcontractkit/libocr v0.0.0-20260508200755-99940c85383c diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index b66d84e6a3f..5d2d397abf2 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -74,24 +74,24 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework/components/chiprouter v1.0.4 github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.15.0 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/cron v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/proof-of-reserve/cron-based v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20260126202327-6be9a05f0caf - github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/logtrigger-negative v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswrite v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswriteroundtrip v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/logtrigger v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/cron v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/proof-of-reserve/cron-based v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/logtrigger-negative v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswrite v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswriteroundtrip v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/logtrigger v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evmread v0.0.0-20250917232237-c4ecf802c6f8 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/httpaction v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/sollogtrigger v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/httpaction v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/sollogtrigger v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/solread v0.0.0-20260609191154-1ecc282df958 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/solwrite v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/solwrite v0.0.0-20260627023515-d156d0d7c243 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/stretchr/testify v1.11.1 @@ -545,8 +545,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260608211110-ed43ab034a6f // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260408092456-3c6369888d4a // indirect - github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/httpaction-negative v0.0.0-20251015074515-1acc1d3fb4c0 - github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/vaultsecret v0.0.0-00010101000000-000000000000 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/httpaction-negative v0.0.0-20260627023515-d156d0d7c243 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/vaultsecret v0.0.0-20260627023515-d156d0d7c243 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/mcms v0.47.2-0.20260611004209-3f43937dcffd // indirect