File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/argoproj-labs/argocd-image-updater
2
2
3
- go 1.24.4
3
+ go 1.24.6
4
4
5
5
require (
6
6
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250624020913-398db53f47e4
7
- github.com/argoproj/argo-cd/v2 v2.14.15
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
10
10
github.com/bmatcuk/doublestar/v4 v4.9.1
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW
29
29
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
30
30
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250624020913-398db53f47e4 h1:kDbTmJkeg4Z4JSc6ytEqcpv7PuM9lZJej78yQS+AnfY =
31
31
github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250624020913-398db53f47e4 /go.mod h1:5Q9a7RvrHCgwoZDLN9f9YugZfvZuQWSbrMqRQD4IXTM =
32
- github.com/argoproj/argo-cd/v2 v2.14.15 h1:+rE5bwbCg21mA3ltIvSVI8/KtzRxLLmuDKIyPx93G9k =
33
- github.com/argoproj/argo-cd/v2 v2.14.15 /go.mod h1:O5p0wngJjy8Rg9M2x+JH0ifrmyuI40ui2mxIPKLMbSk =
32
+ github.com/argoproj/argo-cd/v2 v2.14.16 h1:S7ZE9XqyyQCAqaJO37+CyO1zdytkTr/Uepo4TlgPUvk =
33
+ github.com/argoproj/argo-cd/v2 v2.14.16 /go.mod h1:CF9GX0CjKiszpAnvYNCLV5tLSVqgfOgn/tcOt2VHTQo =
34
34
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1 h1:Ze4U6kV49vSzlUBhH10HkO52bYKAIXS4tHr/MlNDfdU =
35
35
github.com/argoproj/gitops-engine v0.7.1-0.20250521000818-c08b0a72c1f1 /go.mod h1:WsnykM8idYRUnneeT31cM/Fq/ZsjkefCbjiD8ioCJkU =
36
36
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e h1:kuLQvJqwwRMQTheT4MFyKVM8Txncu21CHT4yBWUl1Mk =
You can’t perform that action at this time.
0 commit comments