Skip to content

Commit d830e6a

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

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
@@ -28,7 +28,7 @@ require (
2828
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2929
golang.org/x/net v0.27.0
3030
gopkg.in/go-playground/validator.v9 v9.31.0
31-
gopkg.in/yaml.v2 v2.4.0
31+
gopkg.in/yaml.v3 v3.0.1
3232
gopkg.in/yaml.v3 v3.0.1
3333
k8s.io/api v0.30.3
3434
k8s.io/apimachinery v0.30.3

0 commit comments

Comments
 (0)