remove go-openapi/spec

Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com>
This commit is contained in:
Gautier Delorme
2021-04-20 17:48:33 +02:00
committed by Gautier Delorme
parent bcdde6bf75
commit 34b0fcef5f
57 changed files with 52 additions and 395 deletions

View File

@@ -21,10 +21,9 @@ import (
"reflect"
"testing"
"github.com/go-openapi/spec"
"k8s.io/apimachinery/pkg/util/diff"
"k8s.io/kube-openapi/pkg/handler"
"k8s.io/kube-openapi/pkg/validation/spec"
)
func TestOpenAPIRoundtrip(t *testing.T) {