diff --git a/core/scripts/go.mod b/core/scripts/go.mod index bb9d7fac716..5fc6974190d 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -14,8 +14,8 @@ replace github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examp // Using a separate `require` here to avoid surrounding line changes // creating potential merge conflicts. require ( - github.com/smartcontractkit/chainlink/deployment v0.0.0-20251021194914-c0e3fec1a97c - github.com/smartcontractkit/chainlink/v2 v2.32.0 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/v2 v2.29.0 ) require ( @@ -57,8 +57,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.20 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251020210257-0a6ec41648b4 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0 github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e github.com/spf13/cobra v1.10.2 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 1d550a92e54..c0747d34086 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -10,7 +10,7 @@ replace github.com/smartcontractkit/chainlink/deployment => ../deployment // Using a separate `require` here to avoid surrounding line changes // creating potential merge conflicts. require ( - github.com/smartcontractkit/chainlink/deployment v0.0.0-20251020210257-0a6ec41648b4 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/chainlink/v2 v2.29.0 ) diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 3f8c8cc6b8e..18d224a4641 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -12,8 +12,8 @@ replace github.com/smartcontractkit/chainlink/integration-tests => ../ // Using a separate `require` here to avoid surrounding line changes // creating potential merge conflicts. require ( - github.com/smartcontractkit/chainlink/deployment v0.0.0-20251020210257-0a6ec41648b4 - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20251020210257-0a6ec41648b4 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/chainlink/v2 v2.29.0 ) diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index b122b79ca02..80289117e59 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -46,7 +46,7 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20251021194914-c0e3fec1a97c + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e github.com/smartcontractkit/smdkg v0.0.0-20251029093710-c38905e58aeb github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20251120172354-e8ec0386b06c diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index d5766e73fad..b2e33358c77 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -72,20 +72,20 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.3 - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/cron v0.0.0-20251008094352-f74459c46e8c - github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based v0.0.0-00010101000000-000000000000 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20251021194914-c0e3fec1a97c - github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20251008094352-f74459c46e8c - 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/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/v1/proof-of-reserve/cron-based v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/cron v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/logtrigger-negative v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/logtrigger v0.0.0-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evmread v0.0.0-20250917232237-c4ecf802c6f8 - 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-20260327205921-6eda8c3c72a0 github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e github.com/stretchr/testify v1.11.1 golang.org/x/sync v0.20.0 @@ -609,9 +609,9 @@ require ( github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b // 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/httpaction 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-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/httpaction v0.0.0-20260327205921-6eda8c3c72a0 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/vaultsecret v0.0.0-20260327205921-6eda8c3c72a0 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.38.2 // indirect