diff --git a/GNUmakefile b/GNUmakefile index d86b791bbee..32e2ba88e41 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -147,7 +147,7 @@ testdb-user-only: ## Prepares the test database with user only. .PHONY: gomods gomods: ## Install gomods - go install github.com/jmank88/gomods@v0.1.4 + go install github.com/jmank88/gomods@v0.1.5 .PHONY: gomodslocalupdate gomodslocalupdate: gomods ## Run gomod-local-update diff --git a/core/scripts/go.mod b/core/scripts/go.mod index e70b26a4c21..a5f0f5e0234 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-20241206210521-125d98cdaf66 - github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a + github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd + github.com/smartcontractkit/chainlink/v2 v2.0.0-20250120230622-566643da09fd ) require ( diff --git a/deployment/go.mod b/deployment/go.mod index 336c77e82b6..714bbcb5f9b 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-20241212011003-de1a8f5e5b42 +require github.com/smartcontractkit/chainlink/v2 v2.0.0-20250120230622-566643da09fd require ( github.com/Khan/genqlient v0.7.0 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 4ba02a8be2e..a26c222b333 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-20241212011003-de1a8f5e5b42 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd + github.com/smartcontractkit/chainlink/v2 v2.0.0-20250120230622-566643da09fd ) require ( diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 721f347612f..0a4add1c4d0 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-20241212011003-de1a8f5e5b42 - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241212011003-de1a8f5e5b42 - github.com/smartcontractkit/chainlink/v2 v2.0.0-20241212011003-de1a8f5e5b42 + github.com/smartcontractkit/chainlink/deployment v0.0.0-20250120230622-566643da09fd + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20250120230622-566643da09fd + github.com/smartcontractkit/chainlink/v2 v2.0.0-20250120230622-566643da09fd ) require (