remove go-openapi/spec,validate,strfmt from kyaml/

Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com>
This commit is contained in:
Gautier Delorme
2021-04-22 16:07:06 +02:00
committed by Gautier Delorme
parent 86c3863bc9
commit a2871181fe
20 changed files with 69 additions and 110 deletions

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"strings"
"github.com/go-openapi/spec"
"k8s.io/kube-openapi/pkg/validation/spec"
"sigs.k8s.io/kustomize/kyaml/errors"
"sigs.k8s.io/kustomize/kyaml/fieldmeta"
"sigs.k8s.io/kustomize/kyaml/yaml"