-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 827 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 827 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/bblfsh/performance
go 1.12
require (
bitbucket.org/creachadair/shell v0.0.6
github.com/bblfsh/go-client/v4 v4.1.0
github.com/bblfsh/sdk/v3 v3.1.0
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/creachadair/staticfile v0.0.3
github.com/orourkedd/influxdb1-client v0.0.0-20190326200226-bd3b72602b58
github.com/ory/dockertest v3.3.4+incompatible
github.com/prometheus/client_golang v1.0.0
github.com/spf13/cobra v0.0.5
github.com/src-d/envconfig v1.0.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/tools v0.0.0-20190703212419-2214986f1668
gopkg.in/src-d/go-errors.v1 v1.0.0
gopkg.in/src-d/go-log.v1 v1.0.2
)