mirror of https://github.com/databricks/cli.git
25 lines
771 B
Modula-2
25 lines
771 B
Modula-2
module github.com/databricks/cli/bundle/internal/tf/codegen
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/hashicorp/hc-install v0.6.3
|
|
github.com/hashicorp/terraform-exec v0.20.0
|
|
github.com/hashicorp/terraform-json v0.21.0
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/zclconf/go-cty v1.14.2
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|