blob: 138f974928d866c6c47f10b7872af18625bb5be7 [file] [log] [blame]
module github.com/hashicorp/terraform-exec
go 1.14
require (
github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f
github.com/google/go-cmp v0.5.6
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/hc-install v0.1.0
github.com/hashicorp/terraform-json v0.13.0
github.com/sergi/go-diff v1.2.0
github.com/stretchr/testify v1.7.0
github.com/zclconf/go-cty v1.10.0
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
)