Skip to content

Commit 0162d0f

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 23ec6e9 commit 0162d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
github.com/valyala/fasthttp v1.58.0
2525
go.uber.org/automaxprocs v1.6.0
2626
gopkg.in/yaml.v2 v2.4.0
27+
gopkg.in/yaml.v3 v3.0.1
2728
k8s.io/apimachinery v0.32.2
2829
k8s.io/client-go v0.32.2
2930
k8s.io/kubectl v0.32.2
@@ -87,7 +88,6 @@ require (
8788
google.golang.org/protobuf v1.36.1 // indirect
8889
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8990
gopkg.in/inf.v0 v0.9.1 // indirect
90-
gopkg.in/yaml.v3 v3.0.1 // indirect
9191
k8s.io/api v0.32.2 // indirect
9292
k8s.io/apiextensions-apiserver v0.32.1 // indirect
9393
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)