Skip to content

Commit 7a8a2bf

Browse files
authored
chore(deps): bump registry-scanner from 0.1.0 to 0.2.0 (#1253)
Signed-off-by: Cheng Fang <[email protected]>
1 parent 1715525 commit 7a8a2bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/argoproj-labs/argocd-image-updater
33
go 1.24.6
44

55
require (
6-
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250908234756-5f7bb2916132
6+
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.2.0
77
github.com/argoproj/argo-cd/v2 v2.14.16
88
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1
99
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
@@ -175,7 +175,7 @@ require (
175175

176176
replace (
177177
// Uncomment for development and local testing, and comment out for releases
178-
github.com/argoproj-labs/argocd-image-updater/registry-scanner => ./registry-scanner/
178+
// github.com/argoproj-labs/argocd-image-updater/registry-scanner => ./registry-scanner/
179179
github.com/cyphar/filepath-securejoin => github.com/cyphar/filepath-securejoin v0.3.6
180180
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
181181

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ github.com/alicebob/miniredis/v2 v2.33.0/go.mod h1:MhP4a3EU7aENRi9aO+tHfTBZicLqQ
2727
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
2828
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
2929
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
30+
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.2.0 h1:MKXNzhAMkOZqskTJINZbCajNf/f2QTBbhC2QQlWZ2xI=
31+
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.2.0/go.mod h1:T+ZR4jBqdqQtUFzvB9T1V9M5GVoV8WAHIackJ3En2lo=
3032
github.com/argoproj/argo-cd/v2 v2.14.16 h1:S7ZE9XqyyQCAqaJO37+CyO1zdytkTr/Uepo4TlgPUvk=
3133
github.com/argoproj/argo-cd/v2 v2.14.16/go.mod h1:CF9GX0CjKiszpAnvYNCLV5tLSVqgfOgn/tcOt2VHTQo=
3234
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1 h1:Ze4U6kV49vSzlUBhH10HkO52bYKAIXS4tHr/MlNDfdU=

0 commit comments

Comments
 (0)