Skip to content

Commit 5b5c090

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

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,7 +26,7 @@ require (
2626
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
2727
golang.org/x/net v0.25.0
2828
gopkg.in/go-playground/validator.v9 v9.31.0
29-
gopkg.in/yaml.v2 v2.4.0
29+
gopkg.in/yaml.v3 v3.0.1
3030
gopkg.in/yaml.v3 v3.0.1
3131
k8s.io/api v0.30.1
3232
k8s.io/apimachinery v0.30.1

0 commit comments

Comments
 (0)