File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/argoproj-labs/argocd-image-updater
3
3
go 1.24.6
4
4
5
5
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
7
7
github.com/argoproj/argo-cd/v2 v2.14.16
8
8
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1
9
9
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
@@ -175,7 +175,7 @@ require (
175
175
176
176
replace (
177
177
// 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/
179
179
github.com/cyphar/filepath-securejoin => github.com/cyphar/filepath-securejoin v0.3.6
180
180
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
181
181
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ github.com/alicebob/miniredis/v2 v2.33.0/go.mod h1:MhP4a3EU7aENRi9aO+tHfTBZicLqQ
27
27
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8 =
28
28
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be /go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4 =
29
29
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 =
30
32
github.com/argoproj/argo-cd/v2 v2.14.16 h1:S7ZE9XqyyQCAqaJO37+CyO1zdytkTr/Uepo4TlgPUvk =
31
33
github.com/argoproj/argo-cd/v2 v2.14.16 /go.mod h1:CF9GX0CjKiszpAnvYNCLV5tLSVqgfOgn/tcOt2VHTQo =
32
34
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1 h1:Ze4U6kV49vSzlUBhH10HkO52bYKAIXS4tHr/MlNDfdU =
You can’t perform that action at this time.
0 commit comments