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 12fc8d9 commit 0ccf7e1Copy full SHA for 0ccf7e1
1 file changed
go.mod
@@ -24,6 +24,7 @@ require (
24
google.golang.org/api v0.149.0
25
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
26
gopkg.in/yaml.v2 v2.4.0
27
+ gopkg.in/yaml.v3 v3.0.1
28
gotest.tools v2.2.0+incompatible
29
k8s.io/api v0.31.0
30
k8s.io/apimachinery v0.31.0
@@ -111,7 +112,6 @@ require (
111
112
google.golang.org/protobuf v1.35.2 // indirect
113
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
114
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
115
k8s.io/apiextensions-apiserver v0.31.0 // indirect
116
k8s.io/apiserver v0.31.0 // indirect
117
k8s.io/component-base v0.31.0 // indirect
0 commit comments