forked from kubernetes/kube-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.54 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module k8s.io/kube-openapi
go 1.12
require (
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/davecgh/go-spew v1.1.0
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 // indirect
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/gofuzz v1.0.0
github.com/googleapis/gnostic v0.4.1
github.com/json-iterator/go v1.1.6
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a // indirect
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac
k8s.io/klog/v2 v2.0.0
sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874
sigs.k8s.io/yaml v1.1.0
)