Skip to content

Commit 34f1969

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

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
@@ -16,6 +16,7 @@ require (
1616
github.com/samber/lo v1.50.0
1717
github.com/sirupsen/logrus v1.9.3
1818
gopkg.in/yaml.v2 v2.4.0
19+
gopkg.in/yaml.v3 v3.0.1
1920
helm.sh/helm/v3 v3.17.3
2021
k8s.io/api v0.33.0
2122
k8s.io/apimachinery v0.33.0
@@ -364,7 +365,6 @@ require (
364365
gopkg.in/inf.v0 v0.9.1 // indirect
365366
gopkg.in/ini.v1 v1.67.0 // indirect
366367
gopkg.in/warnings.v0 v0.1.2 // indirect
367-
gopkg.in/yaml.v3 v3.0.1 // indirect
368368
honnef.co/go/tools v0.6.1 // indirect
369369
k8s.io/apiextensions-apiserver v0.33.0 // indirect
370370
k8s.io/apiserver v0.33.0 // indirect

0 commit comments

Comments
 (0)