| module github.com/hashicorp/terraform-exec |
| |
| go 1.14 |
| |
| require ( |
| github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f |
| github.com/go-git/go-git/v5 v5.4.2 |
| github.com/google/go-cmp v0.5.6 |
| github.com/hashicorp/go-checkpoint v0.5.0 |
| github.com/hashicorp/go-cleanhttp v0.5.2 |
| github.com/hashicorp/go-getter v1.5.3 |
| github.com/hashicorp/go-version v1.3.0 |
| github.com/hashicorp/logutils v1.0.0 |
| github.com/hashicorp/terraform-json v0.11.0 |
| github.com/mitchellh/cli v1.1.2 |
| github.com/sergi/go-diff v1.2.0 |
| github.com/stretchr/testify v1.7.0 |
| github.com/zclconf/go-cty v1.8.3 |
| github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b |
| golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b |
| ) |