2023-05-16 16:35:39 +00:00
|
|
|
module github.com/databricks/cli/bundle/internal/tf/codegen
|
2022-12-06 15:26:19 +00:00
|
|
|
|
2024-02-16 07:05:45 +00:00
|
|
|
go 1.21
|
2022-12-06 15:26:19 +00:00
|
|
|
|
|
|
|
require (
|
2024-01-10 13:53:01 +00:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2024-02-16 07:05:45 +00:00
|
|
|
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
|
2022-12-06 15:26:19 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-16 07:05:45 +00:00
|
|
|
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
|
2023-02-20 13:30:42 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-02-16 07:05:45 +00:00
|
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
2024-01-10 13:53:01 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2022-12-06 15:26:19 +00:00
|
|
|
)
|