From a05aab514cc47eac15956ccf804cd0ac9e12b945 Mon Sep 17 00:00:00 2001 From: HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:43:56 -0800 Subject: [PATCH] Update gomods to point to this branches pseudo version --- core/scripts/go.mod | 4 ++-- deployment/go.mod | 2 +- integration-tests/go.mod | 4 ++-- integration-tests/load/go.mod | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index bb80998727c..9eb930e7733 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -12,8 +12,8 @@ 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-20241212003547-4aea6f720fb5 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 ) require ( diff --git a/deployment/go.mod b/deployment/go.mod index 4afb0c00e9e..ffd5e89073b 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -9,7 +9,7 @@ replace github.com/smartcontractkit/chainlink/v2 => ../ // Using a separate inline `require` here to avoid surrounding line changes // creating potential merge conflicts. -require github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5 +require github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 require ( github.com/Khan/genqlient v0.7.0 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 32d2333488c..6cc5a614f5c 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -12,8 +12,8 @@ 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-20241212003547-4aea6f720fb5 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 ) require ( diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index debc7ca579d..32df4f530ca 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -14,9 +14,9 @@ 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-20241212003547-4aea6f720fb5 - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241212003547-4aea6f720fb5 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212003547-4aea6f720fb5 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 ) require (