module github.com/databricks/cli/bundle/internal/tf/codegen

go 1.18

require (
	github.com/hashicorp/hc-install v0.5.0
	github.com/hashicorp/terraform-exec v0.17.3
	github.com/hashicorp/terraform-json v0.15.0
	github.com/iancoleman/strcase v0.2.0
	github.com/zclconf/go-cty v1.12.1
	golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
)

require (
	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
	github.com/hashicorp/go-version v1.6.0 // indirect
	golang.org/x/crypto v0.5.0 // indirect
	golang.org/x/mod v0.7.0 // indirect
	golang.org/x/text v0.6.0 // indirect
)