diff options
| author | Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com> | 2024-12-17 02:02:29 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 15:32:29 -0500 |
| commit | 4f0141a895d068eb326400d6951692e9007e5835 (patch) | |
| tree | 7d83fe6db3fdb47d09846c5a92d6aba162829a23 /ext/git | |
| parent | f55eeef5df6302a30134896b69c93f4dff31afa7 (diff) | |
Update references of pkg/tag pkg/log pkg/options to use modules from registry-scanner (#962)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
Diffstat (limited to 'ext/git')
| -rw-r--r-- | ext/git/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/git/writer.go b/ext/git/writer.go index f286f51..7953447 100644 --- a/ext/git/writer.go +++ b/ext/git/writer.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/argoproj-labs/argocd-image-updater/pkg/log" + "github.com/argoproj-labs/argocd-image-updater/registry-scanner/pkg/log" ) // CommitOptions holds options for a git commit operation |
