We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c98400 commit faebcdfCopy full SHA for faebcdf
1 file changed
go.mod
@@ -11,6 +11,7 @@ require (
11
github.com/google/go-github/v74 v74.0.0
12
github.com/stretchr/testify v1.11.1
13
gopkg.in/yaml.v2 v2.4.0
14
+ gopkg.in/yaml.v3 v3.0.1
15
k8s.io/api v0.34.1
16
k8s.io/apimachinery v0.34.1
17
k8s.io/client-go v0.34.1
@@ -76,7 +77,6 @@ require (
76
77
google.golang.org/protobuf v1.36.5 // indirect
78
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
79
gopkg.in/inf.v0 v0.9.1 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
80
k8s.io/apiextensions-apiserver v0.34.0 // indirect
81
k8s.io/component-base v0.34.0 // indirect
82
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments