1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
module github.com/hashicorp/terraform-config-inspect
require (
github.com/go-test/deep v1.0.3
github.com/google/go-cmp v0.3.0
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
github.com/hashicorp/hcl/v2 v2.0.0
github.com/spf13/pflag v1.0.3
github.com/zclconf/go-cty v1.1.0
)
require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-textseg v1.0.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
golang.org/x/text v0.3.8 // indirect
)
go 1.18
|