@@ -4,34 +4,36 @@ go 1.20
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
7
- github.com/argoproj/argo-cd/v2 v2.7.7
7
+ github.com/argoproj/argo-cd/v2 v2.7.9
8
8
github.com/argoproj/gitops-engine v0.7.1-0.20230607163028-425d65e07695
9
9
github.com/argoproj/pkg v0.13.7-0.20230627120311-a4dd357b057e
10
10
github.com/bradleyfalzon/ghinstallation v1.1.1
11
- github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
12
- github.com/go-git/go-git/v5 v5.6 .1
11
+ github.com/distribution/distribution/v3 v3.0.0-20230722181636-7b502560cad4
12
+ github.com/go-git/go-git/v5 v5.8 .1
13
13
github.com/opencontainers/go-digest v1.0.0
14
14
github.com/opencontainers/image-spec v1.0.2
15
15
github.com/patrickmn/go-cache v2.1.0+incompatible
16
- github.com/prometheus/client_golang v1.14 .0
16
+ github.com/prometheus/client_golang v1.16 .0
17
17
github.com/sirupsen/logrus v1.9.3
18
18
github.com/spf13/cobra v1.7.0
19
19
github.com/spf13/pflag v1.0.5
20
20
github.com/stretchr/testify v1.8.4
21
- go.uber.org/ratelimit v0.1.1-0.20201110185707-e86515f0dda9
22
- golang.org/x/crypto v0.10 .0
23
- golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
24
- golang.org/x/sync v0.1 .0
21
+ go.uber.org/ratelimit v0.3.0
22
+ golang.org/x/crypto v0.11 .0
23
+ golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
24
+ golang.org/x/sync v0.3 .0
25
25
gopkg.in/yaml.v2 v2.4.0
26
26
k8s.io/api v0.24.2
27
27
k8s.io/apimachinery v0.24.2
28
- k8s.io/client-go v0.24 .2
28
+ k8s.io/client-go v1.5 .2
29
29
sigs.k8s.io/kustomize/api v0.11.4
30
30
sigs.k8s.io/kustomize/kyaml v0.13.6
31
31
)
32
32
33
33
require (
34
- cloud.google.com/go/compute v1.7.0 // indirect
34
+ cloud.google.com/go/compute v1.18.0 // indirect
35
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
36
+ dario.cat/mergo v1.0.0 // indirect
35
37
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36
38
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
37
39
github.com/Azure/go-autorest/autorest v0.11.24 // indirect
@@ -41,10 +43,10 @@ require (
41
43
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
42
44
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
43
45
github.com/Masterminds/semver/v3 v3.2.0 // indirect
44
- github.com/Microsoft/go-winio v0.5.2 // indirect
45
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
46
+ github.com/Microsoft/go-winio v0.6.1 // indirect
47
+ github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
46
48
github.com/acomagu/bufpipe v1.0.4 // indirect
47
- github.com/andres-erbsen /clock v0.0.0-20160526145045-9e14626cd129 // indirect
49
+ github.com/benbjohnson /clock v1.3.0 // indirect
48
50
github.com/beorn7/perks v1.0.1 // indirect
49
51
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
50
52
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
@@ -67,7 +69,7 @@ require (
67
69
github.com/fvbommel/sortorder v1.0.1 // indirect
68
70
github.com/ghodss/yaml v1.0.0 // indirect
69
71
github.com/go-errors/errors v1.0.1 // indirect
70
- github.com/go-git/gcfg v1.5.0 // indirect
72
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
71
73
github.com/go-git/go-billy/v5 v5.4.1 // indirect
72
74
github.com/go-logr/logr v1.2.3 // indirect
73
75
github.com/go-logr/stdr v1.2.2 // indirect
@@ -77,7 +79,8 @@ require (
77
79
github.com/go-redis/cache/v9 v9.0.0 // indirect
78
80
github.com/gobwas/glob v0.2.3 // indirect
79
81
github.com/gogo/protobuf v1.3.2 // indirect
80
- github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
82
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
83
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
81
84
github.com/golang/protobuf v1.5.3 // indirect
82
85
github.com/google/btree v1.0.1 // indirect
83
86
github.com/google/gnostic v0.5.7-v3refs // indirect
@@ -106,7 +109,7 @@ require (
106
109
github.com/klauspost/compress v1.16.5 // indirect
107
110
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
108
111
github.com/mailru/easyjson v0.7.7 // indirect
109
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
112
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
110
113
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
111
114
github.com/moby/spdystream v0.2.0 // indirect
112
115
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
@@ -119,14 +122,14 @@ require (
119
122
github.com/pkg/errors v0.9.1 // indirect
120
123
github.com/pmezard/go-difflib v1.0.0 // indirect
121
124
github.com/prometheus/client_model v0.3.0 // indirect
122
- github.com/prometheus/common v0.37 .0 // indirect
123
- github.com/prometheus/procfs v0.8.0 // indirect
125
+ github.com/prometheus/common v0.42 .0 // indirect
126
+ github.com/prometheus/procfs v0.10.1 // indirect
124
127
github.com/r3labs/diff v1.1.0 // indirect
125
128
github.com/redis/go-redis/v9 v9.0.2 // indirect
126
129
github.com/robfig/cron/v3 v3.0.1 // indirect
127
130
github.com/russross/blackfriday v1.5.2 // indirect
128
131
github.com/sergi/go-diff v1.1.0 // indirect
129
- github.com/skeema/knownhosts v1.1 .0 // indirect
132
+ github.com/skeema/knownhosts v1.2 .0 // indirect
130
133
github.com/stretchr/objx v0.5.0 // indirect
131
134
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
132
135
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
@@ -137,16 +140,18 @@ require (
137
140
go.opentelemetry.io/otel v1.11.1 // indirect
138
141
go.opentelemetry.io/otel/trace v1.11.1 // indirect
139
142
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
140
- golang.org/x/net v0.11.0 // indirect
141
- golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
142
- golang.org/x/sys v0.9.0 // indirect
143
- golang.org/x/term v0.9.0 // indirect
144
- golang.org/x/text v0.10.0 // indirect
145
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
143
+ golang.org/x/mod v0.11.0 // indirect
144
+ golang.org/x/net v0.12.0 // indirect
145
+ golang.org/x/oauth2 v0.6.0 // indirect
146
+ golang.org/x/sys v0.10.0 // indirect
147
+ golang.org/x/term v0.10.0 // indirect
148
+ golang.org/x/text v0.11.0 // indirect
149
+ golang.org/x/time v0.1.0 // indirect
150
+ golang.org/x/tools v0.6.0 // indirect
146
151
google.golang.org/appengine v1.6.7 // indirect
147
- google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
148
- google.golang.org/grpc v1.51 .0 // indirect
149
- google.golang.org/protobuf v1.28.1 // indirect
152
+ google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
153
+ google.golang.org/grpc v1.53 .0 // indirect
154
+ google.golang.org/protobuf v1.30.0 // indirect
150
155
gopkg.in/inf.v0 v0.9.1 // indirect
151
156
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
152
157
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -171,7 +176,7 @@ replace (
171
176
github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible
172
177
github.com/golang/protobuf => github.com/golang/protobuf v1.4.2
173
178
174
- google.golang.org/grpc => google.golang.org/grpc v1.38 .0
179
+ google.golang.org/grpc => google.golang.org/grpc v1.53 .0
175
180
176
181
k8s.io/api => k8s.io/api v0.24.2
177
182
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.24.2
0 commit comments