-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (28 loc) · 1.34 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
module github.com/smola/bblfsh-benchmark
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cespare/trie v0.0.0-20150610204604-3fe1a95cbba9 // indirect
github.com/gogo/protobuf v1.1.1 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mcuadros/go-lookup v0.0.0-20171110082742-5650f26be767 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.1.0 // indirect
github.com/src-d/envconfig v1.0.0 // indirect
github.com/toqueteos/trie v0.0.0-20150530104557-56fed4a05683 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect
google.golang.org/grpc v1.15.0 // indirect
gopkg.in/bblfsh/client-go.v3 v3.0.0
gopkg.in/bblfsh/sdk.v1 v1.16.1 // indirect
gopkg.in/bblfsh/sdk.v2 v2.2.3 // indirect
gopkg.in/src-d/enry.v1 v1.6.5
gopkg.in/src-d/go-cli.v0 v0.0.0-20180921125053-af27c1c19175
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.1
gopkg.in/toqueteos/substring.v1 v1.0.2 // indirect
)