summaryrefslogtreecommitdiff
path: root/cmd/template.go
diff options
context:
space:
mode:
authorIshita Sequeira <46771830+ishitasequeira@users.noreply.github.com>2025-01-07 15:08:15 -0500
committerGitHub <noreply@github.com>2025-01-07 15:08:15 -0500
commit1a998b1415f937fde94b8912e4eec9235e542e93 (patch)
treeae4b38dc27f27b981a55bc57e188868e52949ef9 /cmd/template.go
parent9a20452b7fbe84d13a941a19a29d931481c61d88 (diff)
Move references for kube, image, registry to registry-scanner (#998)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
Diffstat (limited to 'cmd/template.go')
-rw-r--r--cmd/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/template.go b/cmd/template.go
index 04b7ee6..8d8d8d3 100644
--- a/cmd/template.go
+++ b/cmd/template.go
@@ -8,7 +8,7 @@ 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/image"
+ "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/image"
"github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/tag"
"github.com/spf13/cobra"