-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
42 lines (41 loc) · 2.3 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
35
36
37
38
39
40
41
42
module github.com/spangenberg/kubernetes-xenserver-storage
require (
github.com/PuerkitoBio/purell v1.0.0
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2
github.com/amfranz/go-xmlrpc-client v0.0.0-20160105190105-06faa2bd7dd6
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
github.com/go-openapi/analysis v0.0.0-20160815203709-b44dc874b601
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9
github.com/go-openapi/loads v0.0.0-20160704185440-18441dfa706d
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367
github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/imdario/mergo v0.0.0-20141206190957-6633656539c1
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717
github.com/kubernetes-incubator/external-storage v3.0.0-beta.2+incompatible
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a
github.com/pborman/uuid v0.0.0-20150603214016-ca53cad383ca
github.com/ringods/go-xen-api-client v0.0.0-20180124073638-1244813daa53
github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d
github.com/ugorji/go v0.0.0-20170107133203-ded73eae5db7
golang.org/x/crypto v0.0.0-20161006174701-d172538b2cfc
golang.org/x/net v0.0.0-20170114055629-f2499483f923
golang.org/x/sys v0.0.0-20160916181909-8f0908ab3b24
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf
gopkg.in/inf.v0 v0.9.0
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f
k8s.io/api v0.0.0-20170628000539-e24ed681f561
k8s.io/apimachinery v0.0.0-20170627200700-728b986edb9b
k8s.io/client-go v0.0.0-20170628000709-42a124578af9
k8s.io/kubernetes v0.0.0-20170626124940-df7f4b3526a5
k8s.io/utils v0.0.0-20180208044234-258e2a2fa645
)