forked from openshift/cluster-nfd-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.4 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
module github.com/openshift/cluster-nfd-operator
go 1.13
require (
github.com/go-openapi/spec v0.19.2
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/markbates/inflect v1.0.4 // indirect
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/openshift/api v0.0.0-20190626201936-da8f874733b4
github.com/openshift/client-go v0.0.0-20190617165122-8892c0adc000
github.com/operator-framework/operator-sdk v0.4.1-0.20190129222657-43d37ce85826
github.com/petar/GoLLRB v0.0.0-20130427215148-53be0d36a84c // indirect
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
k8s.io/api v0.0.0-20191016110408-35e52d86657a
k8s.io/apiextensions-apiserver v0.0.0-20190918201827-3de75813f604
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
k8s.io/client-go v0.0.0-20191016111102-bec269661e48
k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf
sigs.k8s.io/controller-runtime v0.4.0
)