9 lines
194 B
Modula-2
9 lines
194 B
Modula-2
module github.com/GoogleCloudPlatform/cloud-foundation-fabric/tools/tfeditor
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/hashicorp/hcl/v2 v2.12.0 // indirect
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
|
)
|