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 7b54585 commit 1ab0bf4Copy full SHA for 1ab0bf4
go.mod
@@ -26,6 +26,7 @@ require (
26
golang.org/x/net v0.25.0
27
gopkg.in/go-playground/validator.v9 v9.31.0
28
gopkg.in/yaml.v2 v2.4.0
29
+ gopkg.in/yaml.v3 v3.0.1
30
k8s.io/api v0.29.2
31
k8s.io/apimachinery v0.29.2
32
k8s.io/client-go v0.29.2
@@ -146,7 +147,6 @@ require (
146
147
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
148
gopkg.in/inf.v0 v0.9.1 // indirect
149
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
150
k8s.io/apiextensions-apiserver v0.29.0 // indirect
151
k8s.io/klog/v2 v2.110.1 // indirect
152
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
0 commit comments