module github.com/databrickslabs/terraform-provider-databricks go 1.13 require ( github.com/Azure/go-autorest/autorest v0.11.18 github.com/Azure/go-autorest/autorest/adal v0.9.13 github.com/Azure/go-autorest/autorest/azure/auth v0.5.7 github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 github.com/aws/aws-sdk-go v1.38.30 github.com/google/go-querystring v1.1.0 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 github.com/hashicorp/go-retryablehttp v0.7.0 github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1 github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.2 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 golang.org/x/tools v0.1.0 // indirect gopkg.in/ini.v1 v1.62.0 )