Skip to content

Commit 579299d

Browse files
gautierdelormek8s-publishing-bot
authored andcommitted
remove go-openapi/spec
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com> Kubernetes-commit: 34b0fcef5fc47e3fcddf7f6ca1b3e6176b2a5323
1 parent 3f4363d commit 579299d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/fatih/camelcase v1.0.0
1616
github.com/fsnotify/fsnotify v1.4.9 // indirect
1717
github.com/fvbommel/sortorder v1.0.1
18-
github.com/go-openapi/spec v0.19.5
1918
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
2019
github.com/google/go-cmp v0.5.2
2120
github.com/googleapis/gnostic v0.5.1

pkg/util/openapi/extensions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
package openapi
1818

19-
import "github.com/go-openapi/spec"
19+
import "k8s.io/kube-openapi/pkg/validation/spec"
2020

2121
// PrintColumnsKey is the key that defines which columns should be printed
2222
const PrintColumnsKey = "x-kubernetes-print-columns"

0 commit comments

Comments
 (0)