forked from gruntwork-io/terragrunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.07 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/gruntwork-io/terragrunt
go 1.13
require (
cloud.google.com/go/storage v1.6.0
github.com/aws/aws-sdk-go v1.29.34
github.com/creack/pty v1.1.9
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
github.com/gruntwork-io/terratest v0.26.1
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl/v2 v2.6.0
github.com/hashicorp/terraform v0.12.24
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326
github.com/mitchellh/mapstructure v1.2.2
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.22.3
github.com/zclconf/go-cty v1.3.1
go.mozilla.org/sops/v3 v3.5.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
google.golang.org/api v0.20.0
)