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 49761f7 commit f5154a1Copy full SHA for f5154a1
go/rax/go.mod
@@ -15,6 +15,7 @@ require (
15
github.com/onsi/gomega v1.36.1
16
golang.org/x/oauth2 v0.27.0
17
gopkg.in/yaml.v2 v2.4.0
18
+ gopkg.in/yaml.v3 v3.0.1
19
k8s.io/api v0.32.1
20
k8s.io/apimachinery v0.32.1
21
k8s.io/client-go v0.32.1
@@ -112,7 +113,6 @@ require (
112
113
gopkg.in/inf.v0 v0.9.1 // indirect
114
gopkg.in/validator.v2 v2.0.1 // indirect
115
gopkg.in/warnings.v0 v0.1.2 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
116
k8s.io/apiextensions-apiserver v0.32.1 // indirect
117
k8s.io/apiserver v0.32.1 // indirect
118
k8s.io/component-base v0.32.1 // indirect
0 commit comments