There was an error while loading. Please reload this page.
1 parent fb5903d commit c18f4b8Copy full SHA for c18f4b8
1 file changed
go.mod
@@ -14,6 +14,7 @@ require (
14
github.com/prometheus/client_golang v1.22.0
15
google.golang.org/grpc v1.73.0
16
gopkg.in/yaml.v2 v2.4.0
17
+ gopkg.in/yaml.v3 v3.0.1
18
k8s.io/api v0.33.2
19
k8s.io/apimachinery v0.33.2
20
k8s.io/cli-runtime v0.33.2
@@ -100,7 +101,6 @@ require (
100
101
google.golang.org/protobuf v1.36.6 // indirect
102
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
103
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
104
k8s.io/apiextensions-apiserver v0.33.0 // indirect
105
k8s.io/component-base v0.33.2 // indirect
106
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments