| module github.com/hashicorp/terraform-exec | |
| go 1.14 | |
| require ( | |
| github.com/davecgh/go-spew v1.1.1 | |
| github.com/go-git/go-git/v5 v5.1.0 | |
| github.com/hashicorp/go-checkpoint v0.5.0 | |
| github.com/hashicorp/go-cleanhttp v0.5.0 | |
| github.com/hashicorp/go-getter v1.4.0 | |
| github.com/hashicorp/go-version v1.2.1 | |
| github.com/hashicorp/logutils v1.0.0 | |
| github.com/hashicorp/terraform-json v0.5.0 | |
| github.com/mitchellh/cli v1.1.1 | |
| github.com/zclconf/go-cty v1.2.1 | |
| golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 | |
| ) |