2019-08-16 18:18:43 +03:00
|
|
|
module vitess.io/vitess
|
|
|
|
|
2020-03-20 20:30:34 +03:00
|
|
|
go 1.13
|
2019-08-16 18:18:43 +03:00
|
|
|
|
|
|
|
require (
|
2019-09-10 19:36:10 +03:00
|
|
|
cloud.google.com/go v0.45.1
|
2020-01-09 07:55:48 +03:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.8.0
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2020-03-18 12:52:27 +03:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
|
2020-01-31 01:17:08 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.28.8
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/buger/jsonparser v0.0.0-20200322175846-f7e751efca13
|
2019-11-15 15:09:41 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/coreos/bbolt v1.3.2 // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/coreos/etcd v3.3.10+incompatible
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
2020-01-17 04:04:40 +03:00
|
|
|
github.com/corpix/uarand v0.1.1 // indirect
|
2019-12-12 23:26:05 +03:00
|
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
2020-01-17 04:04:40 +03:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-12-15 05:43:54 +03:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/golang/mock v1.3.1
|
|
|
|
github.com/golang/protobuf v1.3.2
|
2020-06-23 01:01:24 +03:00
|
|
|
github.com/golang/snappy v0.0.1
|
2020-03-05 19:31:25 +03:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2018-12-28 07:24:53 +03:00
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-09-27 04:42:47 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2020-06-23 01:01:24 +03:00
|
|
|
github.com/hashicorp/consul/api v1.5.0
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/hashicorp/serf v0.9.2 // indirect
|
2020-01-17 04:04:40 +03:00
|
|
|
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
|
2018-12-28 07:24:53 +03:00
|
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/klauspost/compress v1.4.1 // indirect
|
|
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
2020-05-15 19:27:57 +03:00
|
|
|
github.com/klauspost/pgzip v1.2.4
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2019-12-12 23:26:05 +03:00
|
|
|
github.com/krishicks/yaml-patch v0.0.10
|
2020-04-05 15:12:49 +03:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.3 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
|
2020-07-01 14:43:05 +03:00
|
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.2.3 // indirect
|
2020-06-23 01:01:24 +03:00
|
|
|
github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/pborman/uuid v1.2.0
|
2020-01-20 23:30:06 +03:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2019-12-13 03:57:48 +03:00
|
|
|
github.com/pires/go-proxyproto v0.0.0-20191211124218-517ecdf5bb2b
|
2019-10-26 23:09:49 +03:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-03-05 19:31:25 +03:00
|
|
|
github.com/prometheus/client_golang v1.4.1
|
|
|
|
github.com/prometheus/common v0.9.1
|
2020-06-24 14:35:21 +03:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2019-09-03 19:40:02 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/tchap/go-patricia v0.0.0-20160729071656-dd168db6051b
|
2020-02-18 12:02:34 +03:00
|
|
|
github.com/tebeka/selenium v0.9.9
|
2020-01-20 23:30:06 +03:00
|
|
|
github.com/tinylib/msgp v1.1.1 // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/uber-go/atomic v1.4.0 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/uber/jaeger-client-go v2.16.0+incompatible
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
|
2019-10-02 22:26:19 +03:00
|
|
|
github.com/ugorji/go v1.1.7 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/z-division/go-zookeeper v0.0.0-20190128072838-6d7457066b9b
|
2020-06-23 01:01:24 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
2019-08-17 22:21:48 +03:00
|
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
2020-03-12 17:56:06 +03:00
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2019-08-16 18:18:43 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-06-29 11:58:18 +03:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2019-08-16 18:18:43 +03:00
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2019-12-19 16:01:24 +03:00
|
|
|
golang.org/x/tools v0.0.0-20191219041853-979b82bfef62
|
2019-09-10 19:36:10 +03:00
|
|
|
google.golang.org/api v0.9.0
|
2019-09-27 04:42:47 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20190926190326-7ee9db18f195 // indirect
|
|
|
|
google.golang.org/grpc v1.24.0
|
2020-01-10 06:02:41 +03:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.17.0
|
2018-12-28 07:24:53 +03:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2020-04-17 13:53:14 +03:00
|
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
gopkg.in/ldap.v2 v2.5.0
|
2020-04-30 23:29:07 +03:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2019-12-19 16:01:24 +03:00
|
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
2018-12-28 07:24:53 +03:00
|
|
|
k8s.io/apiextensions-apiserver v0.17.3
|
|
|
|
k8s.io/apimachinery v0.17.3
|
|
|
|
k8s.io/client-go v0.17.3
|
2020-04-13 02:49:45 +03:00
|
|
|
sigs.k8s.io/yaml v1.1.0
|
2019-08-16 18:18:43 +03:00
|
|
|
)
|