-
Notifications
You must be signed in to change notification settings - Fork 51
/
go.mod
40 lines (37 loc) · 1.7 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/sourced-ce
go 1.13
// See https://github.com/gotestyourself/gotest.tools/issues/156
// replace gotest.tools => gotest.tools v2.3.0
replace gotest.tools => gotest.tools v0.0.0-20181223230014-1083505acf35
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/blang/semver v3.5.1+incompatible
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/go-github/v25 v25.1.1
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d // indirect
github.com/lib/pq v1.1.1
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/errors v0.8.1
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/src-d/envconfig v1.0.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
gopkg.in/src-d/go-cli.v0 v0.0.0-20190422143124-3a646154da79
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-log.v1 v1.0.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
gotest.tools v0.0.0-00010101000000-000000000000
)