@@ -18,7 +18,7 @@ require (
18
18
github.com/cloudevents/sdk-go/v2 v2.15.2
19
19
github.com/docker/cli v27.1.0+incompatible
20
20
github.com/docker/docker v27.1.1+incompatible
21
- github.com/evanphx/json-patch v5.7 .0+incompatible
21
+ github.com/evanphx/json-patch v5.9 .0+incompatible
22
22
github.com/getsentry/sentry-go v0.26.0
23
23
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
24
24
github.com/go-git/go-billy/v5 v5.5.0
@@ -36,7 +36,7 @@ require (
36
36
github.com/hashicorp/vault/api v1.15.0
37
37
github.com/hashicorp/vault/api/auth/approle v0.8.0
38
38
github.com/iancoleman/orderedmap v0.2.0
39
- github.com/imdario/mergo v0.3.15
39
+ github.com/imdario/mergo v0.3.16
40
40
github.com/influxdata/influxdb-client-go/v2 v2.13.0
41
41
github.com/jarcoal/httpmock v1.0.8
42
42
github.com/magiconair/properties v1.8.7
@@ -55,19 +55,19 @@ require (
55
55
github.com/testcontainers/testcontainers-go v0.33.0
56
56
github.com/xuri/excelize/v2 v2.4.1
57
57
golang.org/x/mod v0.17.0
58
- golang.org/x/oauth2 v0.18 .0
59
- golang.org/x/text v0.16 .0
58
+ golang.org/x/oauth2 v0.21 .0
59
+ golang.org/x/text v0.18 .0
60
60
google.golang.org/api v0.169.0
61
61
gopkg.in/ini.v1 v1.67.0
62
62
gopkg.in/yaml.v2 v2.4.0
63
- helm.sh/helm/v3 v3.14.2
63
+ helm.sh/helm/v3 v3.16.3
64
64
mvdan.cc/xurls/v2 v2.4.0
65
65
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
66
66
)
67
67
68
68
require (
69
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
70
- dario.cat/mergo v1.0.0 // indirect
69
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
70
+ dario.cat/mergo v1.0.1 // indirect
71
71
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
72
72
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 // indirect
73
73
github.com/agext/levenshtein v1.2.3 // indirect
@@ -77,16 +77,18 @@ require (
77
77
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.2 // indirect
78
78
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.4 // indirect
79
79
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
80
+ github.com/blang/semver/v4 v4.0.0 // indirect
80
81
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
81
82
github.com/cloudflare/circl v1.5.0 // indirect
82
- github.com/containerd/errdefs v0.1 .0 // indirect
83
+ github.com/containerd/errdefs v0.3 .0 // indirect
83
84
github.com/containerd/log v0.1.0 // indirect
84
85
github.com/containerd/platforms v0.2.1 // indirect
85
86
github.com/containerd/typeurl/v2 v2.1.1 // indirect
86
87
github.com/cpuguy83/dockercfg v0.3.1 // indirect
87
- github.com/cyphar/filepath-securejoin v0.2 .4 // indirect
88
+ github.com/cyphar/filepath-securejoin v0.3 .4 // indirect
88
89
github.com/distribution/reference v0.6.0 // indirect
89
90
github.com/felixge/httpsnoop v1.0.4 // indirect
91
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
90
92
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
91
93
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
92
94
github.com/go-logr/stdr v1.2.2 // indirect
@@ -99,7 +101,7 @@ require (
99
101
github.com/moby/docker-image-spec v1.3.1 // indirect
100
102
github.com/moby/patternmatcher v0.6.0 // indirect
101
103
github.com/moby/sys/sequential v0.5.0 // indirect
102
- github.com/moby/sys/user v0.1 .0 // indirect
104
+ github.com/moby/sys/user v0.3 .0 // indirect
103
105
github.com/oapi-codegen/runtime v1.0.0 // indirect
104
106
github.com/pjbgf/sha1cd v0.3.0 // indirect
105
107
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
@@ -108,18 +110,20 @@ require (
108
110
github.com/skeema/knownhosts v1.2.1 // indirect
109
111
github.com/tklauser/go-sysconf v0.3.12 // indirect
110
112
github.com/tklauser/numcpus v0.6.1 // indirect
113
+ github.com/x448/float16 v0.8.4 // indirect
111
114
github.com/yusufpapurcu/wmi v1.2.3 // indirect
112
115
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
113
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
114
- go.opentelemetry.io/otel v1.24 .0 // indirect
115
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
116
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
116
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
117
+ go.opentelemetry.io/otel v1.28 .0 // indirect
118
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
119
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
117
120
go.uber.org/atomic v1.7.0 // indirect
118
121
go.uber.org/multierr v1.6.0 // indirect
119
122
go.uber.org/zap v1.17.0 // indirect
120
123
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
121
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
122
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
124
+ google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
125
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
126
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
123
127
)
124
128
125
129
require (
@@ -132,11 +136,11 @@ require (
132
136
github.com/CycloneDX/cyclonedx-go v0.6.0
133
137
github.com/Masterminds/goutils v1.1.1 // indirect
134
138
github.com/Masterminds/semver v1.5.0 // indirect
135
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
139
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
136
140
github.com/Microsoft/go-winio v0.6.2 // indirect
137
141
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
138
142
github.com/antchfx/xpath v1.2.0 // indirect
139
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
143
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
140
144
github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
141
145
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect
142
146
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
@@ -153,8 +157,8 @@ require (
153
157
github.com/aws/smithy-go v1.20.4 // indirect
154
158
github.com/beorn7/perks v1.0.1 // indirect
155
159
github.com/buildpacks/imgutil v0.0.0-20230919143643-4ec9360d5f02 // indirect
156
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
157
- github.com/containerd/containerd v1.7.20 // indirect
160
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
161
+ github.com/containerd/containerd v1.7.23 // indirect
158
162
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
159
163
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
160
164
github.com/docker/distribution v2.8.3+incompatible // indirect
@@ -167,14 +171,14 @@ require (
167
171
github.com/fatih/color v1.16.0 // indirect
168
172
github.com/go-errors/errors v1.4.2 // indirect
169
173
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
170
- github.com/go-logr/logr v1.4.1 // indirect
174
+ github.com/go-logr/logr v1.4.2 // indirect
171
175
github.com/go-openapi/analysis v0.21.2 // indirect
172
176
github.com/go-openapi/errors v0.20.2 // indirect
173
177
github.com/go-openapi/jsonpointer v0.19.6 // indirect
174
178
github.com/go-openapi/jsonreference v0.20.2 // indirect
175
179
github.com/go-openapi/loads v0.21.1 // indirect
176
180
github.com/go-openapi/spec v0.20.6 // indirect
177
- github.com/go-openapi/swag v0.22.3 // indirect
181
+ github.com/go-openapi/swag v0.22.4 // indirect
178
182
github.com/go-openapi/validate v0.22.0 // indirect
179
183
github.com/go-test/deep v1.1.0 // indirect
180
184
github.com/gogo/protobuf v1.3.2 // indirect
@@ -196,7 +200,7 @@ require (
196
200
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
197
201
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
198
202
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
199
- github.com/huandu/xstrings v1.4 .0 // indirect
203
+ github.com/huandu/xstrings v1.5 .0 // indirect
200
204
github.com/inconshreveable/mousetrap v1.1.0 // indirect
201
205
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
202
206
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -211,7 +215,7 @@ require (
211
215
github.com/mattn/go-colorable v0.1.13 // indirect
212
216
github.com/mattn/go-isatty v0.0.20 // indirect
213
217
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
214
- github.com/miekg/dns v1.1.43 // indirect
218
+ github.com/miekg/dns v1.1.57 // indirect
215
219
github.com/mitchellh/copystructure v1.2.0 // indirect
216
220
github.com/mitchellh/go-homedir v1.1.0 // indirect
217
221
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -231,10 +235,10 @@ require (
231
235
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c
232
236
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
233
237
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
234
- github.com/prometheus/client_golang v1.17.0 // indirect
235
- github.com/prometheus/client_model v0.5.0 // indirect
236
- github.com/prometheus/common v0.44 .0 // indirect
237
- github.com/prometheus/procfs v0.12.0 // indirect
238
+ github.com/prometheus/client_golang v1.19.1 // indirect
239
+ github.com/prometheus/client_model v0.6.1 // indirect
240
+ github.com/prometheus/common v0.55 .0 // indirect
241
+ github.com/prometheus/procfs v0.15.1 // indirect
238
242
github.com/richardlehane/mscfb v1.0.3 // indirect
239
243
github.com/richardlehane/msoleps v1.0.1 // indirect
240
244
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -247,30 +251,30 @@ require (
247
251
go.mongodb.org/mongo-driver v1.11.6 // indirect
248
252
go.opencensus.io v0.24.0 // indirect
249
253
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
250
- golang.org/x/crypto v0.25 .0
254
+ golang.org/x/crypto v0.27 .0
251
255
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
252
256
golang.org/x/net v0.26.0 // indirect
253
- golang.org/x/sync v0.7 .0
254
- golang.org/x/sys v0.22 .0 // indirect
255
- golang.org/x/term v0.22 .0 // indirect
257
+ golang.org/x/sync v0.8 .0
258
+ golang.org/x/sys v0.25 .0 // indirect
259
+ golang.org/x/term v0.24 .0 // indirect
256
260
golang.org/x/time v0.5.0 // indirect
257
261
google.golang.org/appengine v1.6.8 // indirect
258
262
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
259
- google.golang.org/grpc v1.64.1 // indirect
260
- google.golang.org/protobuf v1.33.0 // indirect
263
+ google.golang.org/grpc v1.65.0 // indirect
264
+ google.golang.org/protobuf v1.34.2 // indirect
261
265
gopkg.in/inf.v0 v0.9.1 // indirect
262
266
gopkg.in/warnings.v0 v0.1.2 // indirect
263
267
gopkg.in/yaml.v3 v3.0.1 // indirect
264
- k8s.io/api v0.29.0 // indirect
265
- k8s.io/apimachinery v0.29.0 // indirect
266
- k8s.io/cli-runtime v0.29.0 // indirect
267
- k8s.io/client-go v0.29.0 // indirect
268
- k8s.io/klog/v2 v2.110 .1 // indirect
269
- k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
270
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e
268
+ k8s.io/api v0.31.1 // indirect
269
+ k8s.io/apimachinery v0.31.1 // indirect
270
+ k8s.io/cli-runtime v0.31.1 // indirect
271
+ k8s.io/client-go v0.31.1 // indirect
272
+ k8s.io/klog/v2 v2.130 .1 // indirect
273
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
274
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
271
275
oras.land/oras-go v1.2.6 // indirect
272
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
273
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
276
+ sigs.k8s.io/kustomize/api v0.17.2 // indirect
277
+ sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
274
278
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
275
- sigs.k8s.io/yaml v1.3 .0 // indirect
279
+ sigs.k8s.io/yaml v1.4 .0 // indirect
276
280
)
0 commit comments