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 e1a8880 commit bd1f36cCopy full SHA for bd1f36c
go.mod
@@ -16,6 +16,7 @@ require (
16
github.com/samber/lo v1.50.0
17
github.com/sirupsen/logrus v1.9.3
18
gopkg.in/yaml.v2 v2.4.0
19
+ gopkg.in/yaml.v3 v3.0.1
20
helm.sh/helm/v3 v3.17.3
21
k8s.io/api v0.33.0
22
k8s.io/apimachinery v0.33.0
@@ -364,7 +365,6 @@ require (
364
365
gopkg.in/inf.v0 v0.9.1 // indirect
366
gopkg.in/ini.v1 v1.67.0 // indirect
367
gopkg.in/warnings.v0 v0.1.2 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
368
honnef.co/go/tools v0.6.1 // indirect
369
k8s.io/apiextensions-apiserver v0.33.0 // indirect
370
k8s.io/apiserver v0.33.0 // indirect
0 commit comments