diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 58d30691878..e6203c3984b 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/v2 v2.29.0 ) require ( @@ -58,8 +58,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260724201232-ab893a150740 github.com/smartcontractkit/libocr v0.0.0-20260529134643-c101335a64cd 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 107ec29e194..3e39b28cc52 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-20260724201232-ab893a150740 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/smartcontractkit/libocr v0.0.0-20260529134643-c101335a64cd diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 7068bc2ea33..ca750593560 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20260724201232-ab893a150740 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 d9425f8aa49..f075a7999de 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-20260724201232-ab893a150740 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/smartcontractkit/libocr v0.0.0-20260529134643-c101335a64cd diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index b9e3847abd2..37a5c0a017b 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/core/scripts/cre/environment/examples/workflows/proof-of-reserve/cron-based v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/lib v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/consensus v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmread-negative v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/evmwrite-negative v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/evm/logtrigger-negative v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/http v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswrite v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/aptos/aptoswriteroundtrip v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/evmread v0.0.0-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/logtrigger v0.0.0-20260724201232-ab893a150740 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/solana/sollogtrigger v0.0.0-20260724201232-ab893a150740 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-20260724201232-ab893a150740 github.com/smartcontractkit/chainlink/v2 v2.29.0 github.com/smartcontractkit/cld-changesets v0.5.0 github.com/stellar/go-stellar-sdk v0.5.0 @@ -653,8 +653,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260629213843-c52e07523035 // 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-20260724201232-ab893a150740 + github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/vaultsecret v0.0.0-20260724201232-ab893a150740 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