We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d5caf commit 7d85056Copy full SHA for 7d85056
go.mod
@@ -24,6 +24,7 @@ require (
24
github.com/valyala/fasthttp v1.58.0
25
go.uber.org/automaxprocs v1.6.0
26
gopkg.in/yaml.v2 v2.4.0
27
+ gopkg.in/yaml.v3 v3.0.1
28
k8s.io/apimachinery v0.32.2
29
k8s.io/client-go v0.32.2
30
k8s.io/kubectl v0.32.2
@@ -87,7 +88,6 @@ require (
87
88
google.golang.org/protobuf v1.36.1 // indirect
89
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
90
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
91
k8s.io/api v0.32.2 // indirect
92
k8s.io/apiextensions-apiserver v0.32.1 // indirect
93
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments