forked from databricks/terraform-provider-databricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 915 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/databrickslabs/terraform-provider-databricks
go 1.16
require (
github.com/Azure/go-autorest/autorest v0.11.27
github.com/Azure/go-autorest/autorest/adal v0.9.19
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
github.com/golang-jwt/jwt/v4 v4.4.1
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.1
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.12.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.14.0
github.com/mitchellh/go-homedir v1.1.0
github.com/stretchr/testify v1.7.1
github.com/zclconf/go-cty v1.10.0
golang.org/x/mod v0.5.1
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/api v0.77.0
gopkg.in/ini.v1 v1.66.4
)