From 05547570c65e04bb0a14ff90025ec13c29c47afa Mon Sep 17 00:00:00 2001 From: Ishita Sequeira Date: Mon, 13 Jan 2025 09:21:50 -0500 Subject: [PATCH] update registry-scanner reference Signed-off-by: Ishita Sequeira --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bcad14b7..20a779bd 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.22.0 toolchain go1.23.0 require ( + github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250110211602-b1555062f8fc github.com/argoproj/argo-cd/v2 v2.13.2 github.com/argoproj/gitops-engine v0.7.1-0.20240905010810-bd7681ae3f8b github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e @@ -41,7 +42,6 @@ require ( github.com/Masterminds/semver/v3 v3.3.1 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v1.1.3 // indirect - github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250110211602-b1555062f8fc // indirect github.com/benbjohnson/clock v1.3.0 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect