databricks-cli/experimental/tfprovider/go.mod

26 lines
707 B
Modula-2
Raw Normal View History

module github.com/databricks/bricks/experimental/tfprovider
go 1.19
require (
github.com/hashicorp/terraform-exec v0.17.3
github.com/hashicorp/terraform-json v0.14.0
github.com/iancoleman/strcase v0.2.0
github.com/spf13/cobra v1.5.0
github.com/zclconf/go-cty v1.11.0
golang.org/x/exp v0.0.0-20220915210609-840b3808d824
)
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/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/text v0.3.7 // indirect
)