From b80bcfaff198a596af2736a83fd82ccf8e5da742 Mon Sep 17 00:00:00 2001 From: chainchad <96362174+chainchad@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:09:12 -0500 Subject: [PATCH] Run `make gomodslocalupdate` --- 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 a080b2efc58..7bf43089bee 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-20241129175708-44cab8dc1544 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66 ) require ( diff --git a/deployment/go.mod b/deployment/go.mod index 9f43184146a..13b57de7d47 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-20241129175708-44cab8dc1544 +require github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66 require ( github.com/Khan/genqlient v0.7.0 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 95cff1166e0..8dae53c4aac 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-20241129175708-44cab8dc1544 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66 ) require ( diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index af5c2d494f2..0235f0389f5 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-20241129175708-44cab8dc1544 - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241129175708-44cab8dc1544 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241129175708-44cab8dc1544 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241206210521-125d98cdaf66 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241206210521-125d98cdaf66 + github.com/smartcontractkit/chainlink/v2 v2.0.0-20241206210521-125d98cdaf66 ) require (