Skip to content

Commit 75caa08

Browse files
committed
Update go.mod
1 parent c5dd963 commit 75caa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/onsi/ginkgo/v2 v2.23.3
88
github.com/onsi/gomega v1.36.3
99
golang.org/x/tools v0.32.0
10+
gopkg.in/yaml.v3 v3.0.1
1011
k8s.io/apimachinery v0.32.3
1112
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
1213
)
@@ -26,5 +27,4 @@ require (
2627
golang.org/x/text v0.24.0 // indirect
2728
google.golang.org/protobuf v1.36.6 // indirect
2829
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
29-
gopkg.in/yaml.v3 v3.0.1 // indirect
3030
)

0 commit comments

Comments
 (0)