This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathgo.mod
51 lines (50 loc) · 2.65 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
43
44
45
46
47
48
49
50
51
module github.com/ksonnet/kubecfg
require (
contrib.go.opencensus.io/exporter/ocagent v0.4.6 // indirect
github.com/Azure/go-autorest v11.5.0+incompatible // indirect
github.com/PuerkitoBio/purell v0.0.0-20170324134132-b938d81255b5 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170324140228-bbf7a2afc14f // indirect
github.com/dgrijalva/jwt-go v3.1.0+incompatible // indirect
github.com/elazarl/go-bindata-assetfs v0.0.0-20180223160309-38087fe4dafb
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
github.com/genuinetools/reg v0.0.0-20190102165523-d959057b30da
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19 // indirect
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
github.com/go-openapi/spec v0.0.0-20170413060731-e51c28f07047 // indirect
github.com/go-openapi/swag v0.0.0-20170424051500-24ebf76d720b // indirect
github.com/golang/protobuf v1.2.0
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
github.com/google/go-jsonnet v0.12.1
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20180218235700-15cf44e552f9
github.com/gophercloud/gophercloud v0.0.0-20180227043227-eedbafadaa1a // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/imdario/mergo v0.0.0-20170326204527-d806ba8c2177 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20170426073802-3f09c2282fc5 // indirect
github.com/mattn/go-isatty v0.0.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/sergi/go-diff v0.0.0-20170409071739-feef008d51ad
github.com/sirupsen/logrus v1.0.6
github.com/spf13/cobra v0.0.0-20180319062004-c439c4fa0937
github.com/spf13/pflag v0.0.0-20180220143236-ee5fd03fd6ac // indirect
github.com/stretchr/testify v1.2.2
go.opencensus.io v0.19.0 // indirect
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20190222213804-5cb15d344471
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
k8s.io/client-go v2.0.0-alpha.0.0.20190228174230-b40b2a5939e4+incompatible
k8s.io/klog v0.2.0 // indirect
k8s.io/kube-openapi v0.0.0-20180509051136-39cb288412c4
k8s.io/kubernetes v1.13.4
sigs.k8s.io/yaml v1.1.0 // indirect
)