File tree 5 files changed +3
-6
lines changed
5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"os"
23
23
24
24
openapi_v2 "github.com/google/gnostic-models/openapiv2"
25
- yaml "gopkg.in /yaml.v2"
25
+ yaml "sigs.k8s.io /yaml/goyaml .v2"
26
26
27
27
"k8s.io/kube-openapi/pkg/schemaconv"
28
28
"k8s.io/kube-openapi/pkg/util/proto"
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ require (
20
20
github.com/stretchr/testify v1.9.0
21
21
golang.org/x/tools v0.24.0
22
22
google.golang.org/protobuf v1.34.2
23
- gopkg.in/yaml.v2 v2.4.0
24
23
gopkg.in/yaml.v3 v3.0.1
25
24
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7
26
25
k8s.io/klog/v2 v2.130.1
Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
90
90
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
91
91
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
92
92
gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
93
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
94
- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
95
93
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
96
94
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
97
95
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"testing"
23
23
24
24
"github.com/google/go-cmp/cmp"
25
- yaml "gopkg.in /yaml.v2"
25
+ yaml "sigs.k8s.io /yaml/goyaml .v2"
26
26
27
27
"k8s.io/kube-openapi/pkg/util/proto"
28
28
prototesting "k8s.io/kube-openapi/pkg/util/proto/testing"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"strings"
23
23
24
24
openapi_v2 "github.com/google/gnostic-models/openapiv2"
25
- "gopkg.in /yaml.v2"
25
+ yaml "sigs.k8s.io /yaml/goyaml .v2"
26
26
)
27
27
28
28
func newSchemaError (path * Path , format string , a ... interface {}) error {
You can’t perform that action at this time.
0 commit comments