summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/run.go4
-rw-r--r--cmd/run_test.go2
2 files changed, 3 insertions, 3 deletions
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.