mirror of https://github.com/databricks/cli.git
28 lines
841 B
Modula-2
28 lines
841 B
Modula-2
module github.com/databricks/cli/bundle/internal/tf/codegen
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.7.0
|
|
github.com/hashicorp/hc-install v0.9.0
|
|
github.com/hashicorp/terraform-exec v0.21.0
|
|
github.com/hashicorp/terraform-json v0.23.0
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/zclconf/go-cty v1.15.1
|
|
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.1.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
golang.org/x/crypto v0.30.0 // indirect
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|