Skip to content

Commit f586a0b

Browse files
Update module gopkg.in/yaml.v2 to v3
1 parent 072b159 commit f586a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/onsi/ginkgo/v2 v2.13.0
1212
github.com/onsi/gomega v1.29.0
1313
github.com/shirou/gopsutil/v3 v3.22.10
14+
gopkg.in/yaml.v2 v2.4.0
1415
k8s.io/api v0.29.1
1516
k8s.io/apimachinery v0.29.1
1617
k8s.io/cli-runtime v0.29.1
@@ -116,8 +117,7 @@ require (
116117
google.golang.org/appengine v1.6.7 // indirect
117118
google.golang.org/protobuf v1.31.0 // indirect
118119
gopkg.in/inf.v0 v0.9.1 // indirect
119-
gopkg.in/yaml.v2 v2.4.0
120-
gopkg.in/yaml.v3 v3.0.1 // indirect
120+
gopkg.in/yaml.v3 v3.0.1
121121
k8s.io/apiextensions-apiserver v0.28.3 // indirect
122122
k8s.io/component-base v0.28.3 // indirect
123123
k8s.io/klog/v2 v2.110.1

0 commit comments

Comments
 (0)