Replace gnostic with gnostic-models

This commit is contained in:
Jefftree
2023-05-31 18:14:33 +00:00
parent cf3e81b590
commit e1ab8c79c1
4 changed files with 9 additions and 76 deletions

View File

@@ -12,7 +12,7 @@ import (
"strings"
"sync"
openapi_v2 "github.com/google/gnostic/openapiv2"
openapi_v2 "github.com/google/gnostic-models/openapiv2"
"google.golang.org/protobuf/proto"
"k8s.io/kube-openapi/pkg/validation/spec"
"sigs.k8s.io/kustomize/kyaml/errors"

View File

@@ -8,7 +8,7 @@ import (
"strings"
"testing"
openapi_v2 "github.com/google/gnostic/openapiv2"
openapi_v2 "github.com/google/gnostic-models/openapiv2"
"google.golang.org/protobuf/proto"
"sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi"
)