Skip to content

Commit 61f8e74

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 9953af0 commit 61f8e74

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
@@ -24,6 +24,7 @@ require (
2424
golang.org/x/net v0.24.0
2525
gopkg.in/go-playground/validator.v9 v9.31.0
2626
gopkg.in/yaml.v2 v2.4.0
27+
gopkg.in/yaml.v3 v3.0.1
2728
k8s.io/api v0.29.2
2829
k8s.io/apimachinery v0.29.2
2930
k8s.io/client-go v0.29.2
@@ -145,7 +146,6 @@ require (
145146
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
146147
gopkg.in/inf.v0 v0.9.1 // indirect
147148
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
148-
gopkg.in/yaml.v3 v3.0.1 // indirect
149149
k8s.io/apiextensions-apiserver v0.29.0 // indirect
150150
k8s.io/klog/v2 v2.110.1 // indirect
151151
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect

0 commit comments

Comments
 (0)