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 b6c00b2 commit eeb4198Copy full SHA for eeb4198
go.mod
@@ -23,6 +23,7 @@ require (
23
google.golang.org/api v0.149.0
24
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
25
gopkg.in/yaml.v2 v2.4.0
26
+ gopkg.in/yaml.v3 v3.0.1
27
gotest.tools v2.2.0+incompatible
28
k8s.io/api v0.24.0
29
k8s.io/apimachinery v0.24.0
@@ -100,7 +101,6 @@ require (
100
101
google.golang.org/grpc v1.61.0 // indirect
102
google.golang.org/protobuf v1.33.0 // indirect
103
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
104
k8s.io/apiextensions-apiserver v0.24.0 // indirect
105
k8s.io/component-base v0.24.0 // indirect
106
k8s.io/klog/v2 v2.60.1 // indirect
0 commit comments