-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 852 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/src-d/regression-retrieval
go 1.12
require (
github.com/google/go-cmp v0.3.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/src-d/regression-core v0.0.0-20191003075028-b476aeec74d4
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/src-d/go-log.v1 v1.0.2
gopkg.in/yaml.v2 v2.2.4
)