forked from src-d/gitbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.52 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/src-d/gitbase
go 1.12
require (
github.com/bblfsh/go-client/v4 v4.1.0
github.com/bblfsh/sdk/v3 v3.1.0
github.com/gliderlabs/ssh v0.2.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/hashicorp/golang-lru v0.5.1
github.com/hhatto/gocloc v0.3.0
github.com/jessevdk/go-flags v1.4.0
github.com/miekg/dns v1.1.1 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/sirupsen/logrus v1.3.0
github.com/src-d/enry/v2 v2.0.0
github.com/src-d/go-borges v0.0.0-20190628121335-da12a84d60fd
github.com/src-d/go-git v4.7.0+incompatible
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
github.com/src-d/go-mysql-server v0.4.1-0.20190703085445-1538f09dbaaf
github.com/stretchr/testify v1.3.0
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443 // indirect
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190618155005-516e3c20635f // indirect
google.golang.org/grpc v1.20.1
gopkg.in/src-d/go-billy-siva.v4 v4.5.1
gopkg.in/src-d/go-billy.v4 v4.3.0
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
gopkg.in/src-d/go-git.v4 v4.12.0
gopkg.in/yaml.v2 v2.2.2
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
)