We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a56e01 commit 66d46b3Copy full SHA for 66d46b3
go.mod
@@ -31,7 +31,6 @@ require (
31
golang.org/x/mod v0.27.0
32
golang.org/x/sync v0.16.0
33
golang.org/x/tools v0.36.0
34
- gopkg.in/yaml.v2 v2.4.0
35
helm.sh/helm/v3 v3.18.6
36
k8s.io/api v0.33.4
37
k8s.io/apiextensions-apiserver v0.33.4
@@ -232,6 +231,7 @@ require (
232
231
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
233
gopkg.in/inf.v0 v0.9.1 // indirect
234
gopkg.in/warnings.v0 v0.1.2 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
235
gopkg.in/yaml.v3 v3.0.1 // indirect
236
k8s.io/controller-manager v0.33.2 // indirect
237
k8s.io/kubectl v0.33.3 // indirect
0 commit comments