Skip to content

Commit c4d24d5

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

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
@@ -18,6 +18,7 @@ require (
1818
google.golang.org/api v0.44.0
1919
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2
2020
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2122
gotest.tools v2.2.0+incompatible
2223
k8s.io/api v0.23.5
2324
k8s.io/apimachinery v0.23.5
@@ -80,7 +81,6 @@ require (
8081
google.golang.org/grpc v1.40.0 // indirect
8182
google.golang.org/protobuf v1.27.1 // indirect
8283
gopkg.in/inf.v0 v0.9.1 // indirect
83-
gopkg.in/yaml.v3 v3.0.1 // indirect
8484
k8s.io/apiextensions-apiserver v0.23.5 // indirect
8585
k8s.io/component-base v0.23.5 // indirect
8686
k8s.io/klog/v2 v2.30.0 // indirect

0 commit comments

Comments
 (0)