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