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

@@ -6,8 +6,8 @@ package schema_test
import (
"testing"
"github.com/go-openapi/spec"
"github.com/stretchr/testify/assert"
"k8s.io/kube-openapi/pkg/validation/spec"
"sigs.k8s.io/kustomize/kyaml/openapi"
"sigs.k8s.io/kustomize/kyaml/yaml"
. "sigs.k8s.io/kustomize/kyaml/yaml/schema"