@@ -28,7 +28,7 @@ require (
28
28
golang.org/x/oauth2 v0.30.0
29
29
gopkg.in/yaml.v2 v2.4.0
30
30
gopkg.in/yaml.v3 v3.0.1
31
- helm.sh/helm/v3 v3.16 .3
31
+ helm.sh/helm/v3 v3.18 .3
32
32
sigs.k8s.io/release-utils v0.11.1
33
33
sigs.k8s.io/yaml v1.4.0
34
34
@@ -38,53 +38,41 @@ require (
38
38
dario.cat/mergo v1.0.1 // indirect
39
39
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
40
40
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
41
- github.com/BurntSushi/toml v1.4 .0 // indirect
41
+ github.com/BurntSushi/toml v1.5 .0 // indirect
42
42
github.com/MakeNowJust/heredoc v1.0.0 // indirect
43
43
github.com/Masterminds/goutils v1.1.1 // indirect
44
44
github.com/Masterminds/semver/v3 v3.3.1 // indirect
45
45
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
46
46
github.com/Masterminds/squirrel v1.5.4 // indirect
47
47
github.com/Microsoft/go-winio v0.6.2 // indirect
48
- github.com/Microsoft/hcsshim v0.12.9 // indirect
49
48
github.com/ProtonMail/go-crypto v1.1.3 // indirect
50
49
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
51
- github.com/beorn7/perks v1.0.1 // indirect
52
50
github.com/blang/semver/v4 v4.0.0 // indirect
53
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
54
51
github.com/chai2010/gettext-go v1.0.3 // indirect
55
52
github.com/cloudflare/circl v1.5.0 // indirect
56
53
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
57
- github.com/containerd/cgroups/v3 v3.0.4 // indirect
58
- github.com/containerd/containerd v1.7.25 // indirect
59
- github.com/containerd/continuity v0.4.5 // indirect
54
+ github.com/containerd/containerd v1.7.27 // indirect
60
55
github.com/containerd/errdefs v1.0.0 // indirect
61
56
github.com/containerd/log v0.1.0 // indirect
62
57
github.com/containerd/platforms v1.0.0-rc.1 // indirect
63
58
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
64
- github.com/containerd/typeurl/v2 v2.2.3 // indirect
65
59
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
66
60
github.com/creack/pty v1.1.21 // indirect
67
61
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
68
- github.com/cyphar/filepath-securejoin v0.3.6 // indirect
62
+ github.com/cyphar/filepath-securejoin v0.4.1 // indirect
69
63
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
70
64
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
71
65
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
72
- github.com/distribution/reference v0.6.0 // indirect
73
66
github.com/docker/cli v28.1.1+incompatible // indirect
74
67
github.com/docker/distribution v2.8.3+incompatible // indirect
75
- github.com/docker/docker v28.1.1+incompatible // indirect
76
68
github.com/docker/docker-credential-helpers v0.9.3 // indirect
77
- github.com/docker/go-connections v0.5.0 // indirect
78
69
github.com/docker/go-events v0.0.0-20241114183025-9940093291f5 // indirect
79
- github.com/docker/go-metrics v0.0.1 // indirect
80
- github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
81
70
github.com/dustin/go-humanize v1.0.1 // indirect
82
71
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
83
72
github.com/emirpasic/gods v1.18.1 // indirect
84
- github.com/evanphx/json-patch v5.9.0 +incompatible // indirect
73
+ github.com/evanphx/json-patch v5.9.11 +incompatible // indirect
85
74
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
86
75
github.com/fatih/color v1.18.0 // indirect
87
- github.com/felixge/httpsnoop v1.0.4 // indirect
88
76
github.com/fsnotify/fsnotify v1.8.0 // indirect
89
77
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
90
78
github.com/go-chi/chi v4.1.2+incompatible // indirect
@@ -108,23 +96,19 @@ require (
108
96
github.com/gobwas/glob v0.2.3 // indirect
109
97
github.com/gogo/protobuf v1.3.2 // indirect
110
98
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
111
- github.com/golang/protobuf v1.5.4 // indirect
112
99
github.com/google/btree v1.1.3 // indirect
113
100
github.com/google/certificate-transparency-go v1.3.1 // indirect
114
101
github.com/google/gnostic-models v0.6.9 // indirect
115
102
github.com/google/go-querystring v1.1.0 // indirect
116
- github.com/google/gofuzz v1.2.0 // indirect
117
103
github.com/google/pprof v0.0.0-20241203143554-1e3fdc7de467 // indirect
118
104
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
119
105
github.com/google/uuid v1.6.0 // indirect
120
- github.com/gorilla/mux v1.8.1 // indirect
121
- github.com/gorilla/websocket v1.5.3 // indirect
106
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
122
107
github.com/gosuri/uitable v0.0.4 // indirect
123
108
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
124
109
github.com/hashicorp/errwrap v1.1.0 // indirect
125
110
github.com/hashicorp/go-multierror v1.1.1 // indirect
126
111
github.com/huandu/xstrings v1.5.0 // indirect
127
- github.com/imdario/mergo v1.0.1 // indirect
128
112
github.com/in-toto/attestation v1.1.1 // indirect
129
113
github.com/in-toto/in-toto-golang v0.9.0 // indirect
130
114
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -150,9 +134,7 @@ require (
150
134
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
151
135
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
152
136
github.com/mitchellh/reflectwalk v1.0.2 // indirect
153
- github.com/moby/locker v1.0.1 // indirect
154
137
github.com/moby/spdystream v0.5.0 // indirect
155
- github.com/moby/sys/mountinfo v0.7.2 // indirect
156
138
github.com/moby/term v0.5.2 // indirect
157
139
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
158
140
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -168,13 +150,9 @@ require (
168
150
github.com/pjbgf/sha1cd v0.3.0 // indirect
169
151
github.com/pkg/errors v0.9.1 // indirect
170
152
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
171
- github.com/prometheus/client_golang v1.21.1 // indirect
172
- github.com/prometheus/client_model v0.6.1 // indirect
173
- github.com/prometheus/common v0.62.0 // indirect
174
- github.com/prometheus/procfs v0.15.1 // indirect
175
153
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 // indirect
176
154
github.com/rivo/uniseg v0.4.7 // indirect
177
- github.com/rubenv/sql-migrate v1.7 .0 // indirect
155
+ github.com/rubenv/sql-migrate v1.8 .0 // indirect
178
156
github.com/russross/blackfriday/v2 v2.1.0 // indirect
179
157
github.com/sagikazarmark/locafero v0.7.0 // indirect
180
158
github.com/sassoftware/relic v7.2.1+incompatible // indirect
@@ -209,21 +187,20 @@ require (
209
187
github.com/xlab/treeprint v1.2.0 // indirect
210
188
go.mongodb.org/mongo-driver v1.14.0 // indirect
211
189
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
212
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
213
190
go.opentelemetry.io/otel v1.35.0 // indirect
214
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 // indirect
215
191
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
216
192
go.opentelemetry.io/otel/metric v1.35.0 // indirect
193
+ go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
217
194
go.opentelemetry.io/otel/trace v1.35.0 // indirect
218
195
go.uber.org/multierr v1.11.0 // indirect
219
196
go.uber.org/zap v1.27.0 // indirect
220
- golang.org/x/crypto v0.38 .0 // indirect
221
- golang.org/x/mod v0.24 .0 // indirect
197
+ golang.org/x/crypto v0.39 .0 // indirect
198
+ golang.org/x/mod v0.25 .0 // indirect
222
199
golang.org/x/net v0.40.0 // indirect
223
- golang.org/x/sync v0.14 .0 // indirect
200
+ golang.org/x/sync v0.15 .0 // indirect
224
201
golang.org/x/sys v0.33.0 // indirect
225
202
golang.org/x/term v0.32.0 // indirect
226
- golang.org/x/text v0.25 .0 // indirect
203
+ golang.org/x/text v0.26 .0 // indirect
227
204
golang.org/x/time v0.11.0 // indirect
228
205
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
229
206
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
@@ -233,20 +210,21 @@ require (
233
210
gopkg.in/inf.v0 v0.9.1 // indirect
234
211
gopkg.in/warnings.v0 v0.1.2 // indirect
235
212
gotest.tools/v3 v3.5.1 // indirect
236
- k8s.io/api v0.31.3 // indirect
237
- k8s.io/apiextensions-apiserver v0.31.3 // indirect
238
- k8s.io/apimachinery v0.31.3 // indirect
239
- k8s.io/apiserver v0.31.3 // indirect
240
- k8s.io/cli-runtime v0.31.3 // indirect
241
- k8s.io/client-go v0.31.3 // indirect
242
- k8s.io/component-base v0.31.3 // indirect
213
+ k8s.io/api v0.33.1 // indirect
214
+ k8s.io/apiextensions-apiserver v0.33.1 // indirect
215
+ k8s.io/apimachinery v0.33.1 // indirect
216
+ k8s.io/apiserver v0.33.1 // indirect
217
+ k8s.io/cli-runtime v0.33.1 // indirect
218
+ k8s.io/client-go v0.33.1 // indirect
219
+ k8s.io/component-base v0.33.1 // indirect
243
220
k8s.io/klog/v2 v2.130.1 // indirect
244
- k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f // indirect
245
- k8s.io/kubectl v0.31.3 // indirect
221
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
222
+ k8s.io/kubectl v0.33.1 // indirect
246
223
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
247
- oras.land/oras-go v1.2.6 // indirect
224
+ oras.land/oras-go/v2 v2.6.0 // indirect
248
225
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
249
- sigs.k8s.io/kustomize/api v0.18.0 // indirect
250
- sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
251
- sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
226
+ sigs.k8s.io/kustomize/api v0.19.0 // indirect
227
+ sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
228
+ sigs.k8s.io/randfill v1.0.0 // indirect
229
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
252
230
)
0 commit comments