@@ -8,30 +8,31 @@ require (
8
8
github.com/gliderlabs/ssh v0.2.0 // indirect
9
9
github.com/go-kit/kit v0.8.0
10
10
github.com/go-sql-driver/mysql v1.4.1
11
- github.com/gorilla/handlers v1.4.0 // indirect
11
+ github.com/hashicorp/golang-lru v0.5.3
12
12
github.com/hhatto/gocloc v0.3.0
13
13
github.com/jessevdk/go-flags v1.4.0
14
- github.com/miekg/dns v1.1.1 // indirect
15
14
github.com/opentracing/opentracing-go v1.1.0
16
15
github.com/prometheus/client_golang v1.0.0
17
16
github.com/sirupsen/logrus v1.4.2
18
17
github.com/src-d/enry/v2 v2.0.0
19
- github.com/src-d/go-borges v0.1.3
18
+ github.com/src-d/go-borges v0.1.1
20
19
github.com/src-d/go-git v4.7.0+incompatible
21
20
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
22
21
github.com/src-d/go-mysql-server v0.4.1-0.20191001122120-b09e8c1c8ab9
23
22
github.com/stretchr/testify v1.3.0
24
23
github.com/uber-go/atomic v1.4.0 // indirect
25
24
github.com/uber/jaeger-client-go v2.16.0+incompatible
26
- github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
27
25
go.uber.org/atomic v1.4.0 // indirect
28
26
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect
29
27
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
28
+ golang.org/x/sys v0.0.0-20190618155005-516e3c20635f // indirect
30
29
google.golang.org/grpc v1.20.1
31
- gopkg.in/src-d/go-billy-siva.v4 v4.6.0
32
- gopkg.in/src-d/go-billy.v4 v4.3.2
30
+ gopkg.in/src-d/go-billy-siva.v4 v4.5.1
31
+ gopkg.in/src-d/go-billy.v4 v4.3.0
33
32
gopkg.in/src-d/go-errors.v1 v1.0.0
33
+ gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
34
34
gopkg.in/src-d/go-git.v4 v4.12.0
35
+ gopkg.in/src-d/go-mysql-server.v0 v0.5.1
35
36
gopkg.in/yaml.v2 v2.2.2
36
37
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
37
38
)
0 commit comments