@@ -3,14 +3,14 @@ module github.com/argoproj-labs/argocd-image-updater
3
3
go 1.23.5
4
4
5
5
require (
6
- github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250421211119-90959ebfd519
6
+ github.com/argoproj-labs/argocd-image-updater/registry-scanner v0.0.0-20250624020913-398db53f47e4
7
7
github.com/argoproj/argo-cd/v2 v2.13.8
8
8
github.com/argoproj/gitops-engine v0.7.1-0.20250129155113-4c6e03c46314
9
9
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
10
10
github.com/bmatcuk/doublestar/v4 v4.8.1
11
11
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
12
12
github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
13
- github.com/go-git/go-git/v5 v5.16.0
13
+ github.com/go-git/go-git/v5 v5.16.2
14
14
github.com/google/uuid v1.6.0
15
15
github.com/patrickmn/go-cache v2.1.0+incompatible
16
16
github.com/prometheus/client_golang v1.22.0
@@ -19,17 +19,17 @@ require (
19
19
github.com/spf13/pflag v1.0.6
20
20
github.com/stretchr/testify v1.10.0
21
21
go.uber.org/ratelimit v0.3.1
22
- golang.org/x/crypto v0.38 .0
22
+ golang.org/x/crypto v0.39 .0
23
23
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
24
- golang.org/x/oauth2 v0.29 .0
25
- golang.org/x/sync v0.14 .0
24
+ golang.org/x/oauth2 v0.30 .0
25
+ golang.org/x/sync v0.15 .0
26
26
google.golang.org/grpc v1.72.0
27
27
k8s.io/api v0.32.2
28
28
k8s.io/apimachinery v0.32.2
29
29
k8s.io/client-go v0.32.2
30
- sigs.k8s.io/kustomize/api v0.18 .0
31
- sigs.k8s.io/kustomize/kyaml v0.18.1
32
- sigs.k8s.io/yaml v1.4 .0
30
+ sigs.k8s.io/kustomize/api v0.20 .0
31
+ sigs.k8s.io/kustomize/kyaml v0.20.0
32
+ sigs.k8s.io/yaml v1.5 .0
33
33
)
34
34
35
35
require (
@@ -44,6 +44,7 @@ require (
44
44
github.com/beorn7/perks v1.0.1 // indirect
45
45
github.com/blang/semver/v4 v4.0.0 // indirect
46
46
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
47
+ github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
47
48
github.com/cespare/xxhash/v2 v2.3.0 // indirect
48
49
github.com/chai2010/gettext-go v1.0.2 // indirect
49
50
github.com/cloudflare/circl v1.6.1 // indirect
@@ -78,12 +79,11 @@ require (
78
79
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
79
80
github.com/golang/protobuf v1.5.4 // indirect
80
81
github.com/google/btree v1.1.3 // indirect
81
- github.com/google/gnostic-models v0.6.8 // indirect
82
+ github.com/google/gnostic-models v0.6.9 // indirect
82
83
github.com/google/go-cmp v0.7.0 // indirect
83
84
github.com/google/go-github/v72 v72.0.0 // indirect
84
85
github.com/google/go-querystring v1.1.0 // indirect
85
86
github.com/google/gofuzz v1.2.0 // indirect
86
- github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
87
87
github.com/gorilla/mux v1.8.0 // indirect
88
88
github.com/gorilla/websocket v1.5.3 // indirect
89
89
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
@@ -137,10 +137,12 @@ require (
137
137
go.opentelemetry.io/otel v1.34.0 // indirect
138
138
go.opentelemetry.io/otel/metric v1.34.0 // indirect
139
139
go.opentelemetry.io/otel/trace v1.34.0 // indirect
140
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
141
+ go.yaml.in/yaml/v3 v3.0.3 // indirect
140
142
golang.org/x/net v0.39.0 // indirect
141
143
golang.org/x/sys v0.33.0 // indirect
142
144
golang.org/x/term v0.32.0 // indirect
143
- golang.org/x/text v0.25 .0 // indirect
145
+ golang.org/x/text v0.26 .0 // indirect
144
146
golang.org/x/time v0.7.0 // indirect
145
147
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
146
148
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
@@ -159,7 +161,7 @@ require (
159
161
k8s.io/controller-manager v0.0.0 // indirect
160
162
k8s.io/klog/v2 v2.130.1 // indirect
161
163
k8s.io/kube-aggregator v0.32.2 // indirect
162
- k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
164
+ k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
163
165
k8s.io/kubectl v0.32.2 // indirect
164
166
k8s.io/kubernetes v1.32.2 // indirect
165
167
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
0 commit comments