blob: b6859a6c2389ad043a0ca5c6af739b1f20c4fafa [file] [log] [blame]
module github.com/hashicorp/terraform-json
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.5.8
github.com/hashicorp/go-version v1.6.0
github.com/mitchellh/copystructure v1.2.0
github.com/sebdah/goldie v1.0.0
github.com/zclconf/go-cty v1.10.0
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
)