Skip to content

Commit f8c175d

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 7506e03 commit f8c175d

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
@@ -22,6 +22,7 @@ require (
2222
google.golang.org/api v0.149.0
2323
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
2424
gopkg.in/yaml.v2 v2.4.0
25+
gopkg.in/yaml.v3 v3.0.1
2526
gotest.tools v2.2.0+incompatible
2627
k8s.io/api v0.31.0
2728
k8s.io/apimachinery v0.31.0
@@ -117,7 +118,6 @@ require (
117118
google.golang.org/protobuf v1.35.2 // indirect
118119
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
119120
gopkg.in/inf.v0 v0.9.1 // indirect
120-
gopkg.in/yaml.v3 v3.0.1 // indirect
121121
k8s.io/apiextensions-apiserver v0.31.0 // indirect
122122
k8s.io/apiserver v0.31.0 // indirect
123123
k8s.io/component-base v0.31.0 // indirect

0 commit comments

Comments
 (0)