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 c5dd963 commit 75caa08Copy full SHA for 75caa08
go.mod
@@ -7,6 +7,7 @@ require (
7
github.com/onsi/ginkgo/v2 v2.23.3
8
github.com/onsi/gomega v1.36.3
9
golang.org/x/tools v0.32.0
10
+ gopkg.in/yaml.v3 v3.0.1
11
k8s.io/apimachinery v0.32.3
12
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
13
)
@@ -26,5 +27,4 @@ require (
26
27
golang.org/x/text v0.24.0 // indirect
28
google.golang.org/protobuf v1.36.6 // indirect
29
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
30
0 commit comments