forked from stelligent/config-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (27 loc) · 1.23 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
module github.com/stelligent/config-lint
go 1.12
require (
github.com/Azure/go-autorest v12.2.0+incompatible // manually added to fix multiple modules error from goreleaser
github.com/aws/aws-sdk-go v1.25.3
github.com/bmatcuk/doublestar v1.2.2 // indirect
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/logger v1.0.3 // indirect
github.com/gobuffalo/packd v1.0.0 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packr/v2 v2.7.1 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.2.0
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590
github.com/hashicorp/terraform v0.12.18
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/zclconf/go-cty v1.1.1
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200217220822-9197077df867 // indirect
golang.org/x/tools v0.0.0-20200304024140-c4206d458c3f // indirect
)