-
Notifications
You must be signed in to change notification settings - Fork 123
/
go.mod
38 lines (36 loc) · 1.49 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.2.2
github.com/go-kit/kit v0.8.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/handlers v1.4.0 // indirect
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/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/src-d/enry/v2 v2.0.0
github.com/src-d/go-borges v0.1.4-0.20191017133700-c26ddd90fcbd
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.6.1-0.20191028091010-5b6820662f02
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-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
google.golang.org/grpc v1.20.1
gopkg.in/src-d/go-billy-siva.v4 v4.6.0
gopkg.in/src-d/go-billy.v4 v4.3.2
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.13.1
gopkg.in/yaml.v2 v2.2.2
vitess.io/vitess v3.0.0-rc.3.0.20190602171040-12bfde34629c+incompatible
)