Skip to content

Commit 1ab0bf4

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

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
@@ -26,6 +26,7 @@ require (
2626
golang.org/x/net v0.25.0
2727
gopkg.in/go-playground/validator.v9 v9.31.0
2828
gopkg.in/yaml.v2 v2.4.0
29+
gopkg.in/yaml.v3 v3.0.1
2930
k8s.io/api v0.29.2
3031
k8s.io/apimachinery v0.29.2
3132
k8s.io/client-go v0.29.2
@@ -146,7 +147,6 @@ require (
146147
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
147148
gopkg.in/inf.v0 v0.9.1 // indirect
148149
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
149-
gopkg.in/yaml.v3 v3.0.1 // indirect
150150
k8s.io/apiextensions-apiserver v0.29.0 // indirect
151151
k8s.io/klog/v2 v2.110.1 // indirect
152152
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect

0 commit comments

Comments
 (0)