@@ -3,7 +3,7 @@ module github.com/databricks/terraform-provider-databricks
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/databricks/databricks-sdk-go v0.63 .0
6
+ github.com/databricks/databricks-sdk-go v0.66 .0
7
7
github.com/golang-jwt/jwt/v4 v4.5.2
8
8
github.com/hashicorp/go-cty v1.5.0
9
9
github.com/hashicorp/hcl v1.0.0
@@ -18,13 +18,13 @@ require (
18
18
github.com/hashicorp/terraform-plugin-testing v1.12.0
19
19
github.com/stretchr/testify v1.10.0
20
20
github.com/zclconf/go-cty v1.16.2
21
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
21
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
22
22
)
23
23
24
24
require (
25
- cloud.google.com/go/auth v0.4.2 // indirect
26
- cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
27
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
25
+ cloud.google.com/go/auth v0.16.1 // indirect
26
+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
27
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
28
28
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
29
29
github.com/ProtonMail/go-crypto v1.1.3 // indirect
30
30
github.com/agext/levenshtein v1.2.3 // indirect
@@ -38,14 +38,15 @@ require (
38
38
github.com/fsnotify/fsnotify v1.8.0 // indirect
39
39
github.com/go-logr/logr v1.4.2 // indirect
40
40
github.com/go-logr/stdr v1.2.2 // indirect
41
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
41
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
42
42
github.com/golang/protobuf v1.5.4 // indirect
43
43
github.com/google/go-cmp v0.7.0 // indirect
44
44
github.com/google/go-querystring v1.1.0 // indirect
45
- github.com/google/s2a-go v0.1.7 // indirect
45
+ github.com/google/s2a-go v0.1.9 // indirect
46
46
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
47
47
github.com/google/uuid v1.6.0 // indirect
48
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
48
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
49
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
49
50
github.com/hashicorp/errwrap v1.1.0 // indirect
50
51
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
51
52
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -75,27 +76,27 @@ require (
75
76
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
76
77
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
77
78
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
78
- go.opencensus .io v0.24 .0 // indirect
79
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
80
- go.opentelemetry.io/otel v1.31 .0 // indirect
81
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
82
- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
83
- golang.org/x/crypto v0.36 .0 // indirect
79
+ go.opentelemetry .io/auto/sdk v1.1 .0 // indirect
80
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
81
+ go.opentelemetry.io/otel v1.35 .0 // indirect
82
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
83
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
84
+ golang.org/x/crypto v0.37 .0 // indirect
84
85
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
85
86
golang.org/x/mod v0.24.0 // indirect
86
- golang.org/x/net v0.38 .0 // indirect
87
- golang.org/x/oauth2 v0.23 .0 // indirect
88
- golang.org/x/sync v0.12 .0 // indirect
89
- golang.org/x/sys v0.31 .0 // indirect
90
- golang.org/x/term v0.30 .0 // indirect
91
- golang.org/x/text v0.23 .0 // indirect
92
- golang.org/x/time v0.5 .0 // indirect
93
- golang.org/x/tools v0.31 .0 // indirect
94
- google.golang.org/api v0.182 .0 // indirect
87
+ golang.org/x/net v0.39 .0 // indirect
88
+ golang.org/x/oauth2 v0.29 .0 // indirect
89
+ golang.org/x/sync v0.13 .0 // indirect
90
+ golang.org/x/sys v0.32 .0 // indirect
91
+ golang.org/x/term v0.31 .0 // indirect
92
+ golang.org/x/text v0.24 .0 // indirect
93
+ golang.org/x/time v0.11 .0 // indirect
94
+ golang.org/x/tools v0.32 .0 // indirect
95
+ google.golang.org/api v0.231 .0 // indirect
95
96
google.golang.org/appengine v1.6.8 // indirect
96
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
97
- google.golang.org/grpc v1.69.4 // indirect
98
- google.golang.org/protobuf v1.36.3 // indirect
97
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
98
+ google.golang.org/grpc v1.72.0 // indirect
99
+ google.golang.org/protobuf v1.36.6 // indirect
99
100
gopkg.in/ini.v1 v1.67.0 // indirect
100
101
gopkg.in/yaml.v3 v3.0.1 // indirect
101
102
gotest.tools/gotestsum v1.12.1 // indirect
@@ -107,3 +108,5 @@ tool (
107
108
gotest.tools/gotestsum
108
109
honnef.co/go/tools/cmd/staticcheck
109
110
)
111
+
112
+ replace github.com/databricks/databricks-sdk-go => ../databricks-sdk-go
0 commit comments