blob: 7dfa65d393a8a791032057e022a65bbc7c4425a2 [file] [log] [blame]
module github.com/hashicorp/terraform-json
go 1.21
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.7.0
github.com/hashicorp/go-version v1.7.0
github.com/mitchellh/copystructure v1.2.0
github.com/sebdah/goldie v1.0.0
github.com/zclconf/go-cty v1.16.3
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
)
require (
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
golang.org/x/text v0.11.0 // indirect
)