@@ -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-20250624020913-398db53f47e4
6
+ github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250908234756-5f7bb2916132
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
@@ -37,7 +37,7 @@ require (
37
37
dario.cat/mergo v1.0.1 // indirect
38
38
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
39
39
github.com/MakeNowJust/heredoc v1.0.0 // indirect
40
- github.com/Masterminds/semver/v3 v3.3.1 // indirect
40
+ github.com/Masterminds/semver/v3 v3.4.0 // indirect
41
41
github.com/Microsoft/go-winio v0.6.2 // indirect
42
42
github.com/ProtonMail/go-crypto v1.1.6 // indirect
43
43
github.com/benbjohnson/clock v1.3.0 // indirect
@@ -174,9 +174,9 @@ require (
174
174
)
175
175
176
176
replace (
177
+ // Uncomment for development and local testing, and comment out for releases
178
+ github.com/argoproj-labs/argocd-image-updater/registry-scanner => ./registry-scanner/
177
179
github.com/cyphar/filepath-securejoin => github.com/cyphar/filepath-securejoin v0.3.6
178
- // Uncomment for local testing
179
- // github.com/argoproj-labs/argocd-image-updater/registry-scanner => ./registry-scanner/
180
180
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
181
181
182
182
k8s.io/api => k8s.io/api v0.32.2
0 commit comments