@@ -5,14 +5,14 @@ go 1.22.0
5
5
toolchain go1.22.7
6
6
7
7
require (
8
- github.com/argoproj/argo-cd/v2 v2.13.1
9
- github.com/argoproj/gitops-engine v0.7.1-0.20240905010810-bd7681ae3f8b
8
+ github.com/argoproj/argo-cd/v2 v2.14.7
9
+ github.com/argoproj/gitops-engine v0.7.1-0.20250318152039-0fa7514ea01d
10
10
github.com/aws/aws-sdk-go-v2 v1.32.6
11
11
github.com/aws/aws-sdk-go-v2/config v1.27.24
12
12
github.com/aws/aws-sdk-go-v2/service/eks v1.46.0
13
13
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2
14
14
github.com/aws/smithy-go v1.22.1
15
- github.com/bradleyfalzon/ghinstallation/v2 v2.11 .0
15
+ github.com/bradleyfalzon/ghinstallation/v2 v2.12 .0
16
16
github.com/cenkalti/backoff/v4 v4.3.0
17
17
github.com/chainguard-dev/git-urls v1.0.2
18
18
github.com/creasty/defaults v1.7.0
@@ -33,7 +33,7 @@ require (
33
33
github.com/open-policy-agent/conftest v0.49.1
34
34
github.com/pkg/errors v0.9.1
35
35
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
36
- github.com/prometheus/client_golang v1.20.3
36
+ github.com/prometheus/client_golang v1.20.5
37
37
github.com/rs/zerolog v1.33.0
38
38
github.com/sashabaranov/go-openai v1.36.0
39
39
github.com/shurcooL/githubv4 v0.0.0-20231126234147-1cffa1f02456
@@ -42,7 +42,7 @@ require (
42
42
github.com/spf13/pflag v1.0.5
43
43
github.com/spf13/viper v1.19.0
44
44
github.com/stretchr/testify v1.10.0
45
- github.com/xanzy/go-gitlab v0.109 .0
45
+ github.com/xanzy/go-gitlab v0.114 .0
46
46
github.com/yannh/kubeconform v0.6.4
47
47
github.com/ziflex/lecho/v3 v3.7.0
48
48
go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
@@ -52,10 +52,10 @@ require (
52
52
go.opentelemetry.io/otel/sdk v1.33.0
53
53
go.opentelemetry.io/otel/sdk/metric v1.33.0
54
54
go.opentelemetry.io/otel/trace v1.33.0
55
- golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
56
- golang.org/x/net v0.33 .0
55
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
56
+ golang.org/x/net v0.34 .0
57
57
golang.org/x/oauth2 v0.24.0
58
- google.golang.org/grpc v1.67 .1
58
+ google.golang.org/grpc v1.68 .1
59
59
gopkg.in/dealancer/validate.v2 v2.1.0
60
60
gopkg.in/yaml.v3 v3.0.1
61
61
k8s.io/api v0.31.3
@@ -82,11 +82,11 @@ require (
82
82
github.com/MakeNowJust/heredoc v1.0.0 // indirect
83
83
github.com/Masterminds/goutils v1.1.1 // indirect
84
84
github.com/Masterminds/semver v1.5.0 // indirect
85
- github.com/Masterminds/semver/v3 v3.3.0 // indirect
85
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
86
86
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
87
87
github.com/Microsoft/go-winio v0.6.2 // indirect
88
88
github.com/OneOfOne/xxhash v1.2.8 // indirect
89
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
89
+ github.com/ProtonMail/go-crypto v1.1.5 // indirect
90
90
github.com/agext/levenshtein v1.2.3 // indirect
91
91
github.com/agnivade/levenshtein v1.1.1 // indirect
92
92
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
@@ -106,7 +106,7 @@ require (
106
106
github.com/beorn7/perks v1.0.1 // indirect
107
107
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
108
108
github.com/blang/semver/v4 v4.0.0 // indirect
109
- github.com/bmatcuk/doublestar/v4 v4.6 .1 // indirect
109
+ github.com/bmatcuk/doublestar/v4 v4.7 .1 // indirect
110
110
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
111
111
github.com/bufbuild/protocompile v0.6.0 // indirect
112
112
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -116,7 +116,7 @@ require (
116
116
github.com/containerd/typeurl/v2 v2.1.1 // indirect
117
117
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
118
118
github.com/cpuguy83/dockercfg v0.3.1 // indirect
119
- github.com/cyphar/filepath-securejoin v0.3.2 // indirect
119
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
120
120
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
121
121
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
122
122
github.com/distribution/reference v0.5.0 // indirect
@@ -131,13 +131,13 @@ require (
131
131
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
132
132
github.com/fatih/camelcase v1.0.0 // indirect
133
133
github.com/felixge/httpsnoop v1.0.4 // indirect
134
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
134
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
135
135
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
136
136
github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665 // indirect
137
137
github.com/go-errors/errors v1.4.2 // indirect
138
138
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
139
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
140
- github.com/go-git/go-git/v5 v5.12.0 // indirect
139
+ github.com/go-git/go-billy/v5 v5.6.2 // indirect
140
+ github.com/go-git/go-git/v5 v5.13.2 // indirect
141
141
github.com/go-ini/ini v1.67.0 // indirect
142
142
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
143
143
github.com/go-logr/logr v1.4.2 // indirect
@@ -155,6 +155,7 @@ require (
155
155
github.com/google/btree v1.1.3 // indirect
156
156
github.com/google/gnostic-models v0.6.8 // indirect
157
157
github.com/google/go-cmp v0.6.0 // indirect
158
+ github.com/google/go-github/v66 v66.0.0 // indirect
158
159
github.com/google/go-jsonnet v0.20.0 // indirect
159
160
github.com/google/go-querystring v1.1.0 // indirect
160
161
github.com/google/gofuzz v1.2.0 // indirect
@@ -179,7 +180,7 @@ require (
179
180
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
180
181
github.com/huandu/xstrings v1.5.0 // indirect
181
182
github.com/inconshreveable/mousetrap v1.1.0 // indirect
182
- github.com/itchyny/gojq v0.12.16 // indirect
183
+ github.com/itchyny/gojq v0.12.17 // indirect
183
184
github.com/itchyny/timefmt-go v0.1.6 // indirect
184
185
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
185
186
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -223,13 +224,13 @@ require (
223
224
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
224
225
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
225
226
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
226
- github.com/pjbgf/sha1cd v0.3.0 // indirect
227
+ github.com/pjbgf/sha1cd v0.3.2 // indirect
227
228
github.com/prometheus/client_model v0.6.1 // indirect
228
229
github.com/prometheus/common v0.55.0 // indirect
229
230
github.com/prometheus/procfs v0.15.1 // indirect
230
231
github.com/r3labs/diff v1.1.0 // indirect
231
232
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
232
- github.com/redis/go-redis/v9 v9.6 .1 // indirect
233
+ github.com/redis/go-redis/v9 v9.7 .1 // indirect
233
234
github.com/rivo/uniseg v0.4.7 // indirect
234
235
github.com/robfig/cron/v3 v3.0.1 // indirect
235
236
github.com/rogpeppe/go-internal v1.13.1 // indirect
@@ -241,7 +242,7 @@ require (
241
242
github.com/shopspring/decimal v1.4.0 // indirect
242
243
github.com/shteou/go-ignore v0.3.1 // indirect
243
244
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
244
- github.com/skeema/knownhosts v1.2.2 // indirect
245
+ github.com/skeema/knownhosts v1.3.0 // indirect
245
246
github.com/sourcegraph/conc v0.3.0 // indirect
246
247
github.com/spdx/tools-golang v0.5.3 // indirect
247
248
github.com/spf13/afero v1.11.0 // indirect
@@ -266,27 +267,27 @@ require (
266
267
github.com/zclconf/go-cty v1.13.2 // indirect
267
268
go.opencensus.io v0.24.0 // indirect
268
269
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
269
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55 .0 // indirect
270
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56 .0 // indirect
270
271
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
271
272
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
272
273
go.opentelemetry.io/otel/metric v1.33.0 // indirect
273
274
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
274
275
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
275
- go.uber.org/automaxprocs v1.5.3 // indirect
276
+ go.uber.org/automaxprocs v1.6.0 // indirect
276
277
go.uber.org/multierr v1.11.0 // indirect
277
- golang.org/x/crypto v0.31 .0 // indirect
278
- golang.org/x/mod v0.18 .0 // indirect
278
+ golang.org/x/crypto v0.32 .0 // indirect
279
+ golang.org/x/mod v0.22 .0 // indirect
279
280
golang.org/x/sync v0.10.0 // indirect
280
- golang.org/x/sys v0.28 .0 // indirect
281
- golang.org/x/term v0.27 .0 // indirect
281
+ golang.org/x/sys v0.29 .0 // indirect
282
+ golang.org/x/term v0.28 .0 // indirect
282
283
golang.org/x/text v0.21.0 // indirect
283
284
golang.org/x/time v0.8.0 // indirect
284
- golang.org/x/tools v0.22 .0 // indirect
285
+ golang.org/x/tools v0.27 .0 // indirect
285
286
google.golang.org/api v0.171.0 // indirect
286
287
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
287
288
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
288
289
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
289
- google.golang.org/protobuf v1.35.1 // indirect
290
+ google.golang.org/protobuf v1.35.2 // indirect
290
291
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
291
292
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
292
293
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -311,7 +312,7 @@ require (
311
312
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
312
313
oras.land/oras-go/v2 v2.5.0 // indirect
313
314
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
314
- sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
315
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.4-0.20241211184406-7bf59b3d70ee // indirect
315
316
)
316
317
317
318
replace (
0 commit comments