|
1 | 1 | module github.com/src-d/go-mysql-server
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect |
5 | 4 | github.com/VividCortex/gohistogram v1.0.0 // indirect
|
6 | 5 | github.com/go-kit/kit v0.8.0
|
7 |
| - github.com/go-ole/go-ole v1.2.4 // indirect |
8 | 6 | github.com/go-sql-driver/mysql v1.4.1
|
9 |
| - github.com/gogo/protobuf v1.2.1 // indirect |
10 | 7 | github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
11 |
| - github.com/golang/protobuf v1.3.0 // indirect |
| 8 | + github.com/google/btree v1.0.0 // indirect |
| 9 | + github.com/google/go-cmp v0.3.0 // indirect |
12 | 10 | github.com/hashicorp/golang-lru v0.5.3
|
13 | 11 | github.com/mitchellh/hashstructure v1.0.0
|
14 | 12 | github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
|
15 |
| - github.com/opentracing/opentracing-go v1.0.2 |
16 |
| - github.com/pilosa/pilosa v1.3.0 |
17 |
| - github.com/sanity-io/litter v1.1.0 |
18 |
| - github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect |
19 |
| - github.com/sirupsen/logrus v1.3.0 |
| 13 | + github.com/opentracing/opentracing-go v1.1.0 |
| 14 | + github.com/pilosa/pilosa v1.4.0 |
| 15 | + github.com/sanity-io/litter v1.2.0 |
| 16 | + github.com/sirupsen/logrus v1.4.2 |
20 | 17 | github.com/spf13/cast v1.3.0
|
21 |
| - github.com/src-d/go-oniguruma v1.0.0 |
22 |
| - github.com/stretchr/testify v1.3.0 |
23 |
| - go.etcd.io/bbolt v1.3.2 |
24 |
| - google.golang.org/grpc v1.19.0 // indirect |
| 18 | + github.com/src-d/go-oniguruma v1.1.0 |
| 19 | + github.com/stretchr/testify v1.4.0 |
| 20 | + go.etcd.io/bbolt v1.3.3 |
| 21 | + golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect |
| 22 | + golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect |
| 23 | + golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect |
| 24 | + google.golang.org/appengine v1.6.5 // indirect |
| 25 | + google.golang.org/grpc v1.25.1 // indirect |
25 | 26 | gopkg.in/src-d/go-errors.v1 v1.0.0
|
26 | 27 | gopkg.in/yaml.v2 v2.2.2
|
| 28 | + honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect |
27 | 29 | vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
|
28 | 30 | )
|
0 commit comments