From 736f12f55a73d17dbedc040b4f559a2cd33bbff4 Mon Sep 17 00:00:00 2001 From: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:51:50 +0530 Subject: Update references of cache, env, health to use modules from registry-scanner (#972) Signed-off-by: Ishita Sequeira --- cmd/run.go | 4 ++-- cmd/run_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd') diff --git a/cmd/run.go b/cmd/run.go index 4e2ba32..d96a62f 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -12,11 +12,11 @@ import ( "github.com/argoproj-labs/argocd-image-updater/pkg/argocd" "github.com/argoproj-labs/argocd-image-updater/pkg/common" - "github.com/argoproj-labs/argocd-image-updater/pkg/env" - "github.com/argoproj-labs/argocd-image-updater/pkg/health" "github.com/argoproj-labs/argocd-image-updater/pkg/metrics" "github.com/argoproj-labs/argocd-image-updater/pkg/registry" "github.com/argoproj-labs/argocd-image-updater/pkg/version" + "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/env" + "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/health" "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/log" "github.com/argoproj/argo-cd/v2/reposerver/askpass" diff --git a/cmd/run_test.go b/cmd/run_test.go index a9e316b..ee8af5a 100644 --- a/cmd/run_test.go +++ b/cmd/run_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/assert" - "github.com/argoproj-labs/argocd-image-updater/pkg/env" + "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/env" ) // TestNewRunCommand tests various flags and their default values. -- cgit v1.2.3