summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorIshita Sequeira <46771830+ishitasequeira@users.noreply.github.com>2025-01-06 16:38:22 -0500
committerGitHub <noreply@github.com>2025-01-06 16:38:22 -0500
commit5ae9a451b57d74ae4d25127040f25d369df4a47e (patch)
tree8a057529c01f3140e0059ff86e8d5637599ef6ca /cmd
parentd07cf716e6609b2fa466649af26b948736d1f3c9 (diff)
move pkg/health out of registry-scanner (#995)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/run.go b/cmd/run.go
index d96a62f..a537a14 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/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"