mirror of https://github.com/databricks/cli.git
21 lines
574 B
Modula-2
21 lines
574 B
Modula-2
module github.com/databricks/bricks/bundle/internal/tf/codegen
|
|
|
|
go 1.18
|
|
|
|
require github.com/hashicorp/terraform-json v0.14.0
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/hashicorp/hc-install v0.4.0
|
|
github.com/hashicorp/terraform-exec v0.17.3
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/zclconf/go-cty v1.11.0
|
|
golang.org/x/exp v0.0.0-20221204150635-6dcec336b2bb
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|