We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41a4f8 commit 6dba661Copy full SHA for 6dba661
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/prometheus/client_golang v1.20.4
14
google.golang.org/grpc v1.67.1
15
gopkg.in/yaml.v2 v2.4.0
16
+ gopkg.in/yaml.v3 v3.0.1
17
k8s.io/api v0.29.3
18
k8s.io/apimachinery v0.29.3
19
k8s.io/cli-runtime v0.29.3
@@ -98,7 +99,6 @@ require (
98
99
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
100
google.golang.org/protobuf v1.34.2 // indirect
101
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
102
k8s.io/apiextensions-apiserver v0.27.2 // indirect
103
k8s.io/component-base v0.29.3 // indirect
104
k8s.io/klog/v2 v2.110.1 // indirect
0 commit comments