module github.com/databrickslabs/databricks-terraform go 1.13 require ( github.com/Azure/go-autorest/autorest v0.11.4 github.com/Azure/go-autorest/autorest/adal v0.9.2 github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 github.com/Azure/go-autorest/autorest/azure/cli v0.4.0 github.com/aws/aws-sdk-go v1.34.13 github.com/fatih/color v1.9.0 // indirect github.com/google/go-querystring v1.0.0 github.com/hashicorp/go-retryablehttp v0.6.7 github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/terraform-plugin-sdk v1.15.0 github.com/mattn/go-colorable v0.1.7 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 github.com/r3labs/diff v1.1.0 github.com/sergi/go-diff v1.1.0 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.6.1 go.opencensus.io v0.22.2 // indirect golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect gopkg.in/ini.v1 v1.60.2 )