Skip to content

Commit 72bded0

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent e9afb8c commit 72bded0

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.126.0
2323
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98
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.24.0
2728
k8s.io/apimachinery v0.24.0
@@ -100,7 +101,6 @@ require (
100101
google.golang.org/grpc v1.58.3 // indirect
101102
google.golang.org/protobuf v1.31.0 // indirect
102103
gopkg.in/inf.v0 v0.9.1 // indirect
103-
gopkg.in/yaml.v3 v3.0.1 // indirect
104104
k8s.io/apiextensions-apiserver v0.24.0 // indirect
105105
k8s.io/component-base v0.24.0 // indirect
106106
k8s.io/klog/v2 v2.60.1 // indirect

0 commit comments

Comments
 (0)