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 7506e03 commit f8c175dCopy full SHA for f8c175d
go.mod
@@ -22,6 +22,7 @@ require (
22
google.golang.org/api v0.149.0
23
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
24
gopkg.in/yaml.v2 v2.4.0
25
+ gopkg.in/yaml.v3 v3.0.1
26
gotest.tools v2.2.0+incompatible
27
k8s.io/api v0.31.0
28
k8s.io/apimachinery v0.31.0
@@ -117,7 +118,6 @@ require (
117
118
google.golang.org/protobuf v1.35.2 // indirect
119
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
120
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
121
k8s.io/apiextensions-apiserver v0.31.0 // indirect
122
k8s.io/apiserver v0.31.0 // indirect
123
k8s.io/component-base v0.31.0 // indirect
0 commit comments