forked from transcend-io/terragrunt-atlantis-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (35 loc) · 1.55 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
32
33
34
35
36
37
module github.com/transcend-io/terragrunt-atlantis-config
go 1.14
require (
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.33.2 // indirect
github.com/bmatcuk/doublestar v1.3.1 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.1.1 // indirect
github.com/gruntwork-io/terragrunt v0.27.1
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/hcl/v2 v2.6.0
github.com/hashicorp/terraform v0.12.28 // indirect
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-zglob v0.0.2 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.6.1 // indirect
github.com/ulikunitz/xz v0.5.7 // indirect
github.com/urfave/cli v1.22.4 // indirect
github.com/zclconf/go-cty v1.5.1
github.com/zclconf/go-cty-yaml v1.0.2 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)