forked from rancher/rancher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
123 lines (119 loc) · 5.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
module github.com/rancher/rancher
go 1.13
replace (
git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible
github.com/crewjam/saml => github.com/rancher/saml v0.0.0-20180713225824-ce1532152fde
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
github.com/prometheus/client_golang => github.com/prometheus/client_golang v0.9.3
k8s.io/api => k8s.io/api v0.17.2
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.17.2
k8s.io/apimachinery => k8s.io/apimachinery v0.17.2
k8s.io/apiserver => k8s.io/apiserver v0.17.2
k8s.io/cli-runtime => k8s.io/cli-runtime v0.17.2
k8s.io/client-go => github.com/rancher/client-go v1.17.2-rancher.3
k8s.io/cloud-provider => k8s.io/cloud-provider v0.17.2
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.17.2
k8s.io/code-generator => k8s.io/code-generator v0.17.2
k8s.io/component-base => k8s.io/component-base v0.17.2
k8s.io/cri-api => k8s.io/cri-api v0.17.2
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.17.2
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.17.2
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.17.2
k8s.io/kube-proxy => k8s.io/kube-proxy v0.17.2
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.17.2
k8s.io/kubectl => k8s.io/kubectl v0.17.2
k8s.io/kubelet => k8s.io/kubelet v0.17.2
k8s.io/kubernetes => k8s.io/kubernetes v1.17.2
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.17.2
k8s.io/metrics => k8s.io/metrics v0.17.2
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.17.2
)
require (
github.com/Azure/azure-sdk-for-go v36.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.3-0.20191028180845-3492b2aff503
github.com/Azure/go-autorest/autorest/adal v0.8.1-0.20191028180845-3492b2aff503
github.com/DataDog/zstd v1.4.1 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/aws/aws-sdk-go v1.25.48
github.com/beevik/etree v0.0.0-20171015221209-af219c0c7ea1 // indirect
github.com/bep/debounce v1.2.0
github.com/blang/semver v3.5.1+incompatible
github.com/containerd/containerd v1.3.0 // indirect
github.com/coreos/etcd v3.3.15+incompatible
github.com/coreos/prometheus-operator v0.36.0
github.com/crewjam/saml v0.0.0-20190521120225-344d075952c9
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
github.com/docker/go-connections v0.4.0
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/ehazlett/simplelog v0.0.0-20200226020431-d374894e92a4
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/frankban/quicktest v1.4.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/hashicorp/golang-lru v0.5.3
github.com/mattn/go-colorable v0.1.2
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
github.com/minio/minio-go v0.0.0-20190523192347-c6c2912aa552
github.com/mitchellh/mapstructure v1.1.2
github.com/morikuni/aec v1.0.0 // indirect
github.com/mrjones/oauth v0.0.0-20180629183705-f4e24b6d100c
github.com/pborman/uuid v1.2.0
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.4.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
github.com/rancher/dynamiclistener v0.2.1-0.20200213165308-111c5b43e932
github.com/rancher/kontainer-engine v0.0.4-dev.0.20200212233641-64154ac214a7
github.com/rancher/machine v0.15.0-rancher25
github.com/rancher/norman v0.0.0-20200226193007-69ad517cedee
github.com/rancher/rdns-server v0.0.0-20180802070304-bf662911db6a
github.com/rancher/remotedialer v0.2.5
github.com/rancher/rke v1.1.0-rc8
github.com/rancher/security-scan v0.1.5
github.com/rancher/steve v0.0.0-20200228163025-68ed46723183
github.com/rancher/types v0.0.0-20200226215232-12620b5bd7ff
github.com/rancher/wrangler v0.4.2-0.20200215064225-8abf292acf7b
github.com/rancher/wrangler-api v0.4.1
github.com/robfig/cron v1.1.0
github.com/russellhaering/goxmldsig v0.0.0-20180122054445-a348271703b2 // indirect
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.0.0-20190411192201-218fd49cff39
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/urfave/cli v1.22.2
github.com/vmihailenco/msgpack v4.0.1+incompatible
github.com/vmware/govmomi v0.21.1-0.20191006164024-1d61d1ba0200
github.com/vmware/kube-fluentd-operator v0.0.0-20190307154903-bf9de7e79eaf
github.com/xanzy/go-gitlab v0.0.0-20180830102804-feb856f4760f
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20200207205829-a95e85b341fd
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/api v0.14.0
google.golang.org/grpc v1.25.1
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/ldap.v2 v2.5.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.2
k8s.io/apiextensions-apiserver v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/apiserver v0.17.2
k8s.io/cli-runtime v0.17.2
k8s.io/client-go v12.0.0+incompatible
k8s.io/kubernetes v1.17.2
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6
)