forked from rancher/rancher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
97 lines (94 loc) · 4.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
module github.com/rancher/rancher
go 1.12
replace (
git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
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
k8s.io/client-go => github.com/rancher/client-go v1.14.5-rancher.1
)
require (
github.com/Azure/azure-sdk-for-go v19.1.0+incompatible
github.com/Azure/go-autorest v10.11.3+incompatible
github.com/DataDog/zstd v1.4.1 // indirect
github.com/aws/aws-sdk-go v1.16.19
github.com/beevik/etree v0.0.0-20171015221209-af219c0c7ea1 // indirect
github.com/bep/debounce v1.2.0
github.com/blang/semver v0.0.0-20190414102917-ba2c2ddd8906
github.com/coreos/etcd v3.3.13+incompatible
github.com/coreos/prometheus-operator v0.25.0
github.com/crewjam/saml v0.0.0-20190521120225-344d075952c9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
github.com/docker/docker v0.7.3-0.20190808172531-150530564a14
github.com/docker/go-connections v0.3.0
github.com/docker/machine v0.0.0-20160115011140-7246b2c9650c
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/ehazlett/simplelog v0.0.0-20170112055302-9fcd579ee7c6
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/golang/snappy v0.0.1 // indirect
github.com/google/go-github v0.0.0-20170719170300-e062a8cd852f
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/mattn/go-colorable v0.1.0
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/mrjones/oauth v0.0.0-20180629183705-f4e24b6d100c
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
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.1.0
github.com/prometheus/common v0.6.0
github.com/rancher/kontainer-driver-metadata v0.0.0-20190918213354-34c3e9b259b3
github.com/rancher/kontainer-engine v0.0.4-dev.0.20190913233423-b9e2974bf5eb
github.com/rancher/norman v0.0.0-20190917211548-a40a48add2fb
github.com/rancher/rdns-server v0.0.0-20180802070304-bf662911db6a
github.com/rancher/remotedialer v0.2.3-0.20190906213150-8b3983d91ed6
github.com/rancher/rke v0.3.0-rc10.0.20190918214525-a31f707eb5f6
github.com/rancher/types v0.0.0-20190917172018-55dc8a6c4865
github.com/rancher/wrangler v0.1.6-0.20190822171720-e78d8316ee95
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.3.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/urfave/cli v1.21.0
github.com/vmihailenco/msgpack v4.0.1+incompatible
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
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/api v0.2.1-0.20190315042342-d827405e6070
google.golang.org/grpc v1.23.0
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/ldap.v2 v2.5.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20190805182251-6c9aa3caf3d6
k8s.io/apiextensions-apiserver v0.0.0-20190805184801-2defa3e98ef1
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/apiserver v0.0.0-20190805183321-97412272efd4
k8s.io/cli-runtime v0.0.0-20190805185326-9eaa1a86d213
k8s.io/client-go v11.0.1-0.20190805182715-88a2adca7e76+incompatible
k8s.io/cloud-provider v0.0.0-20190805190417-1c521de1d7ab // indirect
k8s.io/kubernetes v1.14.5
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5
)