Skip to content

Commit eeb4198

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

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
@@ -23,6 +23,7 @@ require (
2323
google.golang.org/api v0.149.0
2424
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
2525
gopkg.in/yaml.v2 v2.4.0
26+
gopkg.in/yaml.v3 v3.0.1
2627
gotest.tools v2.2.0+incompatible
2728
k8s.io/api v0.24.0
2829
k8s.io/apimachinery v0.24.0
@@ -100,7 +101,6 @@ require (
100101
google.golang.org/grpc v1.61.0 // indirect
101102
google.golang.org/protobuf v1.33.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)