forked from src-d/engine-deprecated
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
49 lines (47 loc) · 2.26 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
module github.com/src-d/engine
// v18.06.3-ce is automatically transformed v0.0.0-20190219214528-cbe11bdc6da8
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20190219214528-cbe11bdc6da8
require (
github.com/Microsoft/go-winio v0.4.11 // indirect
github.com/antchfx/xpath v0.0.0-20190129040759-c8489ed3251e // indirect
github.com/bblfsh/bblfshd v2.12.1+incompatible
github.com/bblfsh/go-client/v4 v4.0.1
github.com/bblfsh/sdk/v3 v3.0.0
github.com/blang/semver v3.5.1+incompatible
github.com/cespare/trie v0.0.0-20150610204604-3fe1a95cbba9 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.0.0-00010101000000-000000000000
github.com/docker/go-connections v0.4.0
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d // indirect
github.com/kr/pty v1.1.4
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/src-d/envconfig v1.0.0 // indirect
github.com/src-d/go-oniguruma v1.0.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/toqueteos/trie v0.0.0-20150530104557-56fed4a05683 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
google.golang.org/grpc v1.20.1
gopkg.in/google/go-github.v15 v15.0.0 // indirect
gopkg.in/src-d/enry.v1 v1.7.3
gopkg.in/src-d/go-cli.v0 v0.0.0-20190422143124-3a646154da79
gopkg.in/src-d/go-git.v4 v4.10.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.1
gopkg.in/src-d/regression-core.v0 v0.0.0-20190403084152-bacbc259429b
gopkg.in/toqueteos/substring.v1 v1.0.2 // indirect
gopkg.in/yaml.v2 v2.2.2
gotest.tools v2.2.0+incompatible
)