forked from terraform-linters/tflint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.3 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
module github.com/terraform-linters/tflint
go 1.14
require (
github.com/aws/aws-sdk-go v1.33.12
github.com/fatih/color v1.9.0
github.com/golang/mock v1.4.3
github.com/google/go-cmp v0.5.1
github.com/hashicorp/aws-sdk-go-base v0.5.0
github.com/hashicorp/go-plugin v1.3.0
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/hcl/v2 v2.6.0
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.12.29
github.com/hashicorp/terraform-plugin-sdk v1.14.0
github.com/jessevdk/go-flags v1.4.0
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024
github.com/mattn/go-colorable v0.1.7
github.com/mitchellh/go-homedir v1.1.0
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/sourcegraph/go-lsp v0.0.0-20181119182933-0c7d621186c1
github.com/sourcegraph/jsonrpc2 v0.0.0-20190106185902-35a74f039c6a
github.com/spf13/afero v1.3.2
github.com/terraform-linters/tflint-plugin-sdk v0.3.1-0.20200723121039-5ac6ff48b81e
github.com/terraform-providers/terraform-provider-aws v2.70.0+incompatible
github.com/zclconf/go-cty v1.5.1
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
)
replace github.com/terraform-providers/terraform-provider-aws v2.70.0+incompatible => github.com/terraform-providers/terraform-provider-aws v1.60.1-0.20200710175044-2f23a59662cc