cloud-foundation-fabric/tools/tfeditor/go.mod

13 lines
356 B
Modula-2

module github.com/GoogleCloudPlatform/cloud-foundation-fabric/tools/tfeditor
go 1.16
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/hcl/v2 v2.16.1
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.13.0
golang.org/x/text v0.7.0 // indirect
)