-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
40 lines (38 loc) · 1.9 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
module github.com/src-d/metadata-retrieval
go 1.12
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/golang-migrate/migrate/v4 v4.4.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.3.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/kyoh86/scopelint v0.1.2 // indirect
github.com/lib/pq v1.1.1
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/motemen/go-loghttp v0.0.0-20170804080138-974ac5ceac27
github.com/motemen/go-nuts v0.0.0-20190725124253-1d2432db96b0 // indirect
github.com/onsi/ginkgo v1.10.0 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/src-d/envconfig v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191009170203-06d7bd2c5f4f // indirect
golang.org/x/tools v0.0.0-20191004055002-72853e10c5a3 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/src-d/go-cli.v0 v0.0.0-20190821111025-f9dec40d74d8
gopkg.in/src-d/go-log.v1 v1.0.2
gopkg.in/yaml.v2 v2.2.4 // indirect
)