Skip to content

Commit f53cc43

Browse files
Bump github.com/databricks/databricks-sdk-go from 0.13.0 to 0.14.1 (#2523)
Bumps [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) from 0.13.0 to 0.14.1. - [Release notes](https://github.com/databricks/databricks-sdk-go/releases) - [Changelog](https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md) - [Commits](databricks/databricks-sdk-go@v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: github.com/databricks/databricks-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miles Yucht <[email protected]>
1 parent baa95cd commit f53cc43

File tree

2 files changed

+8
-171
lines changed

2 files changed

+8
-171
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/databricks/terraform-provider-databricks
33
go 1.19
44

55
require (
6-
github.com/databricks/databricks-sdk-go v0.13.0
6+
github.com/databricks/databricks-sdk-go v0.14.1
77
github.com/golang-jwt/jwt/v4 v4.5.0
88
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
99
github.com/hashicorp/hcl v1.0.0
@@ -57,9 +57,7 @@ require (
5757
github.com/oklog/run v1.1.0 // indirect
5858
github.com/pmezard/go-difflib v1.0.0 // indirect
5959
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
60-
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
6160
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
62-
github.com/vmihailenco/tagparser v0.1.2 // indirect
6361
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
6462
go.opencensus.io v0.24.0 // indirect
6563
golang.org/x/crypto v0.11.0 // indirect

0 commit comments

Comments
 (0)