module github.com/tmccombs/hcl2json go 1.22.0 toolchain go1.23.4 require ( github.com/hashicorp/hcl/v2 v2.23.0 github.com/zclconf/go-cty v1.15.1 ) 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.22.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.28.0 // indirect )