2019-08-16 18:18:43 +03:00
|
|
|
module vitess.io/vitess
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-09-10 19:36:10 +03:00
|
|
|
cloud.google.com/go v0.45.1
|
2019-09-16 20:17:31 +03:00
|
|
|
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/aws/aws-sdk-go v0.0.0-20180223184012-ebef4262e06a
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/bombsimon/wsl v1.2.8 // indirect
|
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/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
|
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // 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-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
2020-01-17 04:04:40 +03:00
|
|
|
github.com/corpix/uarand v0.1.1 // indirect
|
2019-09-16 20:17:31 +03:00
|
|
|
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
|
2019-12-12 23:26:05 +03:00
|
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/go-critic/go-critic v0.4.0 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/go-ini/ini v1.12.0 // indirect
|
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
|
|
|
|
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
|
|
|
|
github.com/golangci/golangci-lint v1.21.0 // indirect
|
|
|
|
github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 // indirect
|
2019-09-16 20:17:31 +03:00
|
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
|
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
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/hashicorp/consul v1.4.0
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
|
|
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
|
|
github.com/hashicorp/memberlist v0.1.4 // indirect
|
|
|
|
github.com/hashicorp/serf v0.0.0-20161207011743-d3a67ab21bc8 // indirect
|
2020-01-17 04:04:40 +03:00
|
|
|
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
|
|
|
|
github.com/klauspost/crc32 v1.2.0 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/klauspost/pgzip v1.2.0
|
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
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.11 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.1 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/olekukonko/tablewriter v0.0.0-20160115111002-cca8bbc07984
|
|
|
|
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
|
|
|
|
github.com/pelletier/go-toml v1.6.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
|
2019-09-27 04:42:47 +03:00
|
|
|
github.com/prometheus/client_golang v1.1.0
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
2019-12-22 23:19:02 +03:00
|
|
|
github.com/prometheus/common v0.7.0
|
2019-09-27 04:42:47 +03:00
|
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
2019-08-17 22:21:48 +03:00
|
|
|
github.com/satori/go.uuid v0.0.0-20160713180306-0aa62d5ddceb // indirect
|
2019-12-19 16:01:24 +03:00
|
|
|
github.com/securego/gosec v0.0.0-20191217083152-cb4f343eaff1 // indirect
|
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/viper v1.6.1 // 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
|
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-12-19 16:01:24 +03:00
|
|
|
github.com/uudashr/gocognit v1.0.1 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
github.com/z-division/go-zookeeper v0.0.0-20190128072838-6d7457066b9b
|
2020-01-17 04:04:40 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
|
2019-08-17 22:21:48 +03:00
|
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
2019-09-27 04:42:47 +03:00
|
|
|
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
|
2019-08-16 18:18:43 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2019-12-19 16:01:24 +03:00
|
|
|
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect
|
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
|
2019-08-17 22:21:48 +03:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
gopkg.in/ldap.v2 v2.5.0
|
2019-12-19 16:01:24 +03:00
|
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
|
|
|
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
|
|
|
|
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
|
2019-08-16 18:18:43 +03:00
|
|
|
)
|