-
Notifications
You must be signed in to change notification settings - Fork 334
/
go.mod
54 lines (51 loc) · 2.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module gopkg.in/src-d/hercules.v10
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Jeffail/tunny v0.0.0-20180304204616-59cfa8fcb19f
github.com/Masterminds/semver v0.0.0-20180807142431-c84ddcca87bf // indirect
github.com/Masterminds/sprig v0.0.0-20180725212158-77bb58b7f5e1
github.com/antchfx/xpath v0.0.0-20180922041825-3de91f3991a1 // indirect
github.com/aokoli/goutils v1.0.1 // indirect
github.com/fatih/camelcase v1.0.0
github.com/fatih/color v1.7.0 // indirect
github.com/gogo/protobuf v1.3.0
github.com/google/uuid v0.0.0-20180828181555-e704694aed0e // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/huandu/xstrings v0.0.0-20180906151751-8bbcf2f9ccb5 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.0-20170510074858-97311d9f7767 // indirect
github.com/mcuadros/go-lookup v0.0.0-20171110082742-5650f26be767 // indirect
github.com/minio/highwayhash v0.0.0-20180501080913-85fc8a2dacad
github.com/mitchellh/go-homedir v1.0.0
github.com/neurosnap/sentences v1.0.6 // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pkg/errors v0.8.0
github.com/sergi/go-diff v1.0.0
github.com/smacker/go-tree-sitter v0.0.0-20191127230340-5368dabef05e // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/src-d/enry/v2 v2.1.0
github.com/src-d/imports v0.0.0-20191128152346-bf22b73550b0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tensorflow/tensorflow v0.0.0-20180308082300-f73d7c90ed05 // indirect
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
google.golang.org/grpc v1.16.0 // indirect
gopkg.in/bblfsh/client-go.v3 v3.2.0
gopkg.in/bblfsh/sdk.v1 v1.17.0 // indirect
gopkg.in/bblfsh/sdk.v2 v2.14.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.20
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
gopkg.in/src-d/go-billy-siva.v4 v4.3.0
gopkg.in/src-d/go-billy.v4 v4.2.1
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
gopkg.in/src-d/go-git.v4 v4.10.0
gopkg.in/src-d/go-siva.v1 v1.4.0 // indirect
gopkg.in/vmarkovtsev/BiDiSentiment.v1 v1.0.0-20180311115214-75f168ddf161
gopkg.in/yaml.v2 v2.2.7 // indirect
)
replace github.com/smacker/go-tree-sitter => github.com/dennwc/go-tree-sitter v0.0.0-20191127160809-cea124db9399