Merge pull request #89704 from liggitt/gnostic

github.com/googleapis/gnostic v0.4.1
This commit is contained in:
Kubernetes Prow Robot
2020-04-03 14:19:46 -07:00
committed by GitHub
111 changed files with 6349 additions and 5466 deletions

View File

@@ -44,7 +44,7 @@ go_library(
"//test/utils/crd:go_default_library",
"//test/utils/image:go_default_library",
"//vendor/github.com/elazarl/goproxy:go_default_library",
"//vendor/github.com/googleapis/gnostic/OpenAPIv2:go_default_library",
"//vendor/github.com/googleapis/gnostic/openapiv2:go_default_library",
"//vendor/github.com/onsi/ginkgo:go_default_library",
"//vendor/github.com/onsi/gomega:go_default_library",
"//vendor/golang.org/x/net/websocket:go_default_library",

View File

@@ -40,7 +40,7 @@ import (
"time"
"github.com/elazarl/goproxy"
openapi_v2 "github.com/googleapis/gnostic/OpenAPIv2"
openapi_v2 "github.com/googleapis/gnostic/openapiv2"
"sigs.k8s.io/yaml"