mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Drop usage of forked copies of goyaml.v2 and goyaml.v3
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
y1_1 "go.yaml.in/yaml/v2"
|
||||
y1_2 "go.yaml.in/yaml/v3"
|
||||
"k8s.io/kube-openapi/pkg/validation/spec"
|
||||
y1_1 "sigs.k8s.io/yaml/goyaml.v2"
|
||||
y1_2 "sigs.k8s.io/yaml/goyaml.v3"
|
||||
)
|
||||
|
||||
// typeToTag maps OpenAPI schema types to yaml 1.2 tags
|
||||
|
||||
Reference in New Issue
Block a user