123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- 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/spf13/cobra v0.0.3
- github.com/spf13/pflag v1.0.3
- github.com/src-d/enry/v2 v2.1.0
- github.com/stretchr/testify v1.3.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/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
- )
|