go.mod 8.0 KB
Newer Older
M
magicsong 已提交
1 2 3 4 5
module kubesphere.io/kubesphere

go 1.12

require (
R
runzexia 已提交
6 7
	bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c // indirect
	github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
M
magicsong 已提交
8
	github.com/Azure/go-autorest/autorest v0.5.0 // indirect
M
magicsong 已提交
9
	github.com/Microsoft/go-winio v0.4.12 // indirect
R
runzexia 已提交
10
	github.com/NYTimes/gziphandler v1.1.1 // indirect
M
magicsong 已提交
11
	github.com/PuerkitoBio/goquery v1.5.0
R
runzexia 已提交
12
	github.com/Sirupsen/logrus v1.4.1 // indirect
M
magicsong 已提交
13 14 15 16 17
	github.com/appscode/jsonpatch v0.0.0-20190108182946-7c0e3b262f30 // indirect
	github.com/asaskevich/govalidator v0.0.0-20180315120708-ccb8e960c48f
	github.com/beevik/etree v1.1.0
	github.com/beorn7/perks v1.0.0 // indirect
	github.com/cenkalti/backoff v2.2.1+incompatible // indirect
R
runzexia 已提交
18 19 20 21 22 23
	github.com/coreos/bbolt v1.3.3 // indirect
	github.com/coreos/etcd v3.3.13+incompatible // indirect
	github.com/coreos/go-semver v0.3.0 // indirect
	github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
	github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
	github.com/deckarep/golang-set v1.7.1 // indirect
M
magicsong 已提交
24 25 26 27 28 29
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/docker/distribution v0.0.0-20190417014306-3226863cbcba // indirect
	github.com/docker/docker v1.13.1
	github.com/docker/go-connections v0.4.0 // indirect
	github.com/docker/go-units v0.4.0 // indirect
	github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
R
runzexia 已提交
30 31 32
	github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
	github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
	github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
R
runzexia 已提交
33
	github.com/emicklei/go-restful v2.9.5+incompatible
M
magicsong 已提交
34
	github.com/emicklei/go-restful-openapi v1.0.0
R
runzexia 已提交
35
	github.com/emicklei/go-restful-swagger12 v0.0.0-20170926063155-7524189396c6 // indirect
M
magicsong 已提交
36 37 38 39
	github.com/emirpasic/gods v1.12.0 // indirect
	github.com/evanphx/json-patch v4.2.0+incompatible // indirect
	github.com/fatih/structs v1.1.0
	github.com/go-ldap/ldap v3.0.3+incompatible
M
magicsong 已提交
40
	github.com/go-logr/logr v0.1.0
M
magicsong 已提交
41 42 43 44 45
	github.com/go-logr/zapr v0.1.1 // indirect
	github.com/go-openapi/jsonpointer v0.19.0 // indirect
	github.com/go-openapi/jsonreference v0.19.0 // indirect
	github.com/go-openapi/spec v0.19.0
	github.com/go-openapi/swag v0.19.0 // indirect
M
magicsong 已提交
46 47
	github.com/go-playground/locales v0.12.1 // indirect
	github.com/go-playground/universal-translator v0.16.0 // indirect
M
magicsong 已提交
48 49
	github.com/go-redis/redis v6.15.2+incompatible
	github.com/go-sql-driver/mysql v1.4.1
50
	github.com/gobuffalo/flect v0.1.5 // indirect
M
magicsong 已提交
51 52 53 54 55 56 57 58 59
	github.com/gocraft/dbr v0.0.0-20180507214907-a0fd650918f6
	github.com/golang/example v0.0.0-20170904185048-46695d81d1fa
	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/google/go-querystring v1.0.0 // indirect
	github.com/google/gofuzz v1.0.0 // indirect
	github.com/google/uuid v1.1.1
	github.com/googleapis/gnostic v0.2.0 // indirect
M
magicsong 已提交
60
	github.com/gophercloud/gophercloud v0.3.0 // indirect
M
magicsong 已提交
61 62
	github.com/gorilla/mux v1.7.1 // indirect
	github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
R
runzexia 已提交
63 64 65
	github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
	github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
M
magicsong 已提交
66 67
	github.com/hashicorp/go-version v1.2.0 // indirect
	github.com/hashicorp/golang-lru v0.5.1 // indirect
R
runzexia 已提交
68
	github.com/igm/sockjs-go v2.0.1+incompatible // indirect
M
magicsong 已提交
69 70
	github.com/imdario/mergo v0.3.7 // indirect
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
R
runzexia 已提交
71
	github.com/jonboulle/clockwork v0.1.0 // indirect
M
magicsong 已提交
72
	github.com/json-iterator/go v1.1.6
M
magicsong 已提交
73
	github.com/kelseyhightower/envconfig v1.4.0 // indirect
M
magicsong 已提交
74 75 76 77 78
	github.com/kiali/kiali v1.1.0
	github.com/klauspost/cpuid v1.2.1 // indirect
	github.com/knative/pkg v0.0.0-20190314204845-cd278f2d3394
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/kubernetes-sigs/application v0.0.0-20190404151855-67ae7f915d4e
R
runzexia 已提交
79
	github.com/kubesphere/s2ioperator v0.0.12
M
magicsong 已提交
80
	github.com/kubesphere/sonargo v0.0.2
M
magicsong 已提交
81
	github.com/leodido/go-urn v1.1.0 // indirect
R
runzexia 已提交
82
	github.com/lib/pq v1.2.0 // indirect
M
magicsong 已提交
83
	github.com/lucas-clemente/quic-go v0.11.1 // indirect
R
runzexia 已提交
84
	github.com/mattn/go-sqlite3 v1.11.0 // indirect
M
magicsong 已提交
85 86 87 88
	github.com/mholt/caddy v1.0.0
	github.com/mholt/certmagic v0.5.1 // indirect
	github.com/miekg/dns v1.1.9 // indirect
	github.com/mitchellh/go-homedir v1.1.0 // indirect
R
runzexia 已提交
89
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
M
magicsong 已提交
90
	github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
91
	github.com/onsi/ginkgo v1.8.0
M
magicsong 已提交
92 93 94 95 96 97
	github.com/onsi/gomega v1.5.0
	github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
	github.com/openshift/api v3.9.0+incompatible // indirect
	github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
	github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
	github.com/pkg/errors v0.8.1 // indirect
M
magicsong 已提交
98 99 100 101
	github.com/projectcalico/go-json v0.0.0-20161128004156-6219dc7339ba // indirect
	github.com/projectcalico/go-yaml v0.0.0-20161201183616-955bc3e451ef // indirect
	github.com/projectcalico/go-yaml-wrapper v0.0.0-20161127220527-598e54215bee // indirect
	github.com/projectcalico/libcalico-go v0.0.0-20190708183129-ac36d966132f
M
magicsong 已提交
102
	github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
M
magicsong 已提交
103
	github.com/prometheus/common v0.4.0
M
magicsong 已提交
104 105
	github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect
	github.com/russross/blackfriday v1.5.2 // indirect
M
magicsong 已提交
106
	github.com/satori/go.uuid v1.2.0 // indirect
R
runzexia 已提交
107
	github.com/soheilhy/cmux v0.1.4 // indirect
M
magicsong 已提交
108 109 110 111 112
	github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009
	github.com/speps/go-hashids v2.0.0+incompatible
	github.com/spf13/cobra v0.0.3
	github.com/spf13/pflag v1.0.3
	github.com/stretchr/testify v1.3.0
R
runzexia 已提交
113
	github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
M
magicsong 已提交
114
	github.com/xanzy/ssh-agent v0.2.1 // indirect
R
runzexia 已提交
115 116
	github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
	go.etcd.io/bbolt v1.3.3 // indirect
M
magicsong 已提交
117 118 119
	go.uber.org/atomic v1.4.0 // indirect
	go.uber.org/multierr v1.1.0 // indirect
	go.uber.org/zap v1.10.0 // indirect
M
magicsong 已提交
120
	golang.org/x/net v0.0.0-20190620200207-3b0461eec859
M
magicsong 已提交
121 122
	golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
M
magicsong 已提交
123
	golang.org/x/tools/gopls v0.1.3 // indirect
M
magicsong 已提交
124
	google.golang.org/appengine v1.5.0 // indirect
R
runzexia 已提交
125
	google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7 // indirect
M
magicsong 已提交
126
	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
M
magicsong 已提交
127
	gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
M
magicsong 已提交
128
	gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
M
magicsong 已提交
129 130 131 132 133 134 135 136
	gopkg.in/igm/sockjs-go.v2 v2.0.0
	gopkg.in/inf.v0 v0.9.1 // indirect
	gopkg.in/square/go-jose.v2 v2.3.1 // indirect
	gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
	gopkg.in/src-d/go-git.v4 v4.11.0
	gopkg.in/yaml.v2 v2.2.2
	k8s.io/api v0.0.0-20181213150558-05914d821849
	k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476
R
runzexia 已提交
137 138
	k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
	k8s.io/apiserver v0.0.0-20190507070644-e9c02aff496d
M
magicsong 已提交
139
	k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
R
runzexia 已提交
140
	k8s.io/code-generator v0.0.0-20190405172246-9a4d48088f6a
R
runzexia 已提交
141
	k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a // indirect
R
runzexia 已提交
142
	k8s.io/klog v0.3.1
R
runzexia 已提交
143
	k8s.io/kube-openapi v0.0.0-20181109181836-c59034cc13d5
M
magicsong 已提交
144 145 146 147
	k8s.io/kubernetes v1.13.6
	k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 // indirect
	sigs.k8s.io/application v0.0.0-20190404151855-67ae7f915d4e
	sigs.k8s.io/controller-runtime v0.1.10
148
	sigs.k8s.io/controller-tools v0.1.12
M
magicsong 已提交
149 150 151 152
	sigs.k8s.io/testing_frameworks v0.1.1 // indirect
	sigs.k8s.io/yaml v1.1.0 // indirect
)

Z
zryfish 已提交
153
replace (
R
runzexia 已提交
154
	github.com/Sirupsen/logrus v1.4.1 => github.com/sirupsen/logrus v1.4.1
Z
zryfish 已提交
155
	github.com/kiali/kiali => github.com/kubesphere/kiali v0.15.1-0.20190407071308-6b5b818211c3
M
magicsong 已提交
156
	github.com/kubernetes-sigs/application => github.com/kubesphere/application v0.0.0-20190518133311-b9d9eb0b5cf7
R
runzexia 已提交
157
	k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181117043124-c2090bec4d9b
Z
zryfish 已提交
158
)