Skip to content

Commit b20a89e

Browse files
feat(databricks): bump github.com/databricks/databricks-sql-go from 1.5.5 to 1.5.6 (#86)
Bumps [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) from 1.5.5 to 1.5.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sql-go/releases">github.com/databricks/databricks-sql-go's releases</a>.</em></p> <blockquote> <h2>v1.5.6</h2> <ul> <li>Added connection option <code>WithSkipTLSHostVerify</code><code>databricks/databricks-sql-go#225</code><a href="https://github.com/jackyhu-db"><code>@​jackyhu-db</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/databricks/databricks-sql-go/compare/v1.5.5...v1.5.6">https://github.com/databricks/databricks-sql-go/compare/v1.5.5...v1.5.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md">github.com/databricks/databricks-sql-go's changelog</a>.</em></p> <blockquote> <h2>v1.5.6 (2024-05-28)</h2> <ul> <li>Added connection option <code>WithSkipTLSHostVerify</code><code>databricks/databricks-sql-go#225</code><a href="https://github.com/jackyhu-db"><code>@​jackyhu-db</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/databricks/databricks-sql-go/commit/9f63de77caf31edbe81a4c42d2243e588b7d4f2d"><code>9f63de7</code></a> Prepare release v1.5.6 (<a href="https://redirect.github.com/databricks/databricks-sql-go/issues/226">#226</a>)</li> <li><a href="https://github.com/databricks/databricks-sql-go/commit/683e392a58d94db1a0f21dc5efc403e76f5b41d9"><code>683e392</code></a> Add connection option WithSkipTLSHostVerify for privatelink host (<a href="https://redirect.github.com/databricks/databricks-sql-go/issues/225">#225</a>)</li> <li><a href="https://github.com/databricks/databricks-sql-go/commit/34b734066dbb9b98936f3c226c28de832dc56aa8"><code>34b7340</code></a> Add connection option WithSkipTLSHostVerify for privatelink host</li> <li>See full diff in <a href="https://github.com/databricks/databricks-sql-go/compare/v1.5.5...v1.5.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/databricks/databricks-sql-go&package-manager=go_modules&previous-version=1.5.5&new-version=1.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeabc6c commit b20a89e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/config v1.27.16
1313
github.com/aws/aws-sdk-go-v2/credentials v1.17.16
1414
github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.25.8
15-
github.com/databricks/databricks-sql-go v1.5.5
15+
github.com/databricks/databricks-sql-go v1.5.6
1616
github.com/dlclark/regexp2 v1.11.0
1717
github.com/gliderlabs/ssh v0.3.7
1818
github.com/go-sql-driver/mysql v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
113113
github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
114114
github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0=
115115
github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0=
116-
github.com/databricks/databricks-sql-go v1.5.5 h1:5R1e8sqoSBxN7AxGBq5SPZA33yFYtVEZsXSQMucotK8=
117-
github.com/databricks/databricks-sql-go v1.5.5/go.mod h1:7y/00AwHRdsN7ise/Qr1aYOrv24jqP+6cGd4+KCfU+c=
116+
github.com/databricks/databricks-sql-go v1.5.6 h1:3AAZ2a32Kvj66sc48d04STW+Nj3urr6PNPIYAf/aJoc=
117+
github.com/databricks/databricks-sql-go v1.5.6/go.mod h1:7y/00AwHRdsN7ise/Qr1aYOrv24jqP+6cGd4+KCfU+c=
118118
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
119119
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
120120
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)