Skip to content

Commit 061973f

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent 71e1d1b commit 061973f

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
@@ -36,6 +36,7 @@ require (
3636
golang.org/x/sys v0.25.0
3737
google.golang.org/api v0.196.0
3838
gopkg.in/yaml.v2 v2.4.0
39+
gopkg.in/yaml.v3 v3.0.1
3940
k8s.io/api v0.31.1
4041
k8s.io/apimachinery v0.31.1
4142
k8s.io/client-go v0.31.1
@@ -115,7 +116,6 @@ require (
115116
google.golang.org/protobuf v1.34.2 // indirect
116117
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
117118
gopkg.in/inf.v0 v0.9.1 // indirect
118-
gopkg.in/yaml.v3 v3.0.1 // indirect
119119
k8s.io/klog/v2 v2.130.1 // indirect
120120
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
121121
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect

0 commit comments

Comments
 (0)