-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 943 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/src-d/lookout-terraform-analyzer
go 1.12
require (
github.com/gogo/protobuf v1.1.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190725010614-0c3fe388e450
github.com/kelseyhightower/envconfig v1.3.0
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mcuadros/go-lookup v0.0.0-20171110082742-5650f26be767 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/src-d/envconfig v1.0.0 // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
google.golang.org/grpc v1.16.0
gopkg.in/bblfsh/sdk.v1 v1.16.1 // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
gopkg.in/src-d/go-git.v4 v4.8.0 // indirect
gopkg.in/src-d/go-log.v1 v1.0.1
gopkg.in/src-d/lookout-sdk.v0 v0.3.0
)