module github.com/tmccombs/hcl2json go 1.23.0 toolchain go1.24.1 require ( github.com/hashicorp/hcl/v2 v2.23.0 github.com/zclconf/go-cty v1.16.2 ) require ( github.com/agext/levenshtein v1.2.3 // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/go-test/deep v1.0.7 // indirect github.com/mitchellh/go-wordwrap v1.0.1 // indirect golang.org/x/mod v0.24.0 // indirect golang.org/x/sync v0.12.0 // indirect golang.org/x/text v0.23.0 // indirect golang.org/x/tools v0.31.0 // indirect )