From aeffa53027734acdb5606fccaf2679216ff1c338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:31:45 +0000 Subject: [PATCH] chore(deps): bump github.com/databricks/databricks-sql-go Bumps [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) from 1.5.7 to 1.6.0. - [Release notes](https://github.com/databricks/databricks-sql-go/releases) - [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/databricks/databricks-sql-go/compare/v1.5.7...v1.6.0) --- updated-dependencies: - dependency-name: github.com/databricks/databricks-sql-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4c5cd56..93013cd 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/aws/aws-sdk-go-v2/credentials v1.17.27 github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.27.3 github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 - github.com/databricks/databricks-sql-go v1.5.7 + github.com/databricks/databricks-sql-go v1.6.0 github.com/dlclark/regexp2 v1.11.2 github.com/gliderlabs/ssh v0.3.7 github.com/go-sql-driver/mysql v1.8.1 diff --git a/go.sum b/go.sum index af18be0..539a5b3 100644 --- a/go.sum +++ b/go.sum @@ -115,8 +115,8 @@ github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/danieljoos/wincred v1.1.2 h1:QLdCxFs1/Yl4zduvBdcHB8goaYk9RARS2SgLLRuAyr0= github.com/danieljoos/wincred v1.1.2/go.mod h1:GijpziifJoIBfYh+S7BbkdUTU4LfM+QnGqR5Vl2tAx0= -github.com/databricks/databricks-sql-go v1.5.7 h1:UIbzDhKjmtCc0ia9jg0s7tITjXUnkA3+Nl1ukxXfunk= -github.com/databricks/databricks-sql-go v1.5.7/go.mod h1:8aNP4vhhfBJZhc4n7LcSAvtJsZ+Dc25Q6mGxM1/8WaY= +github.com/databricks/databricks-sql-go v1.6.0 h1:sYAvzZ8f3LRe/c2OWxxoc4dyjPMvyFMDBJQMh+6r5Ao= +github.com/databricks/databricks-sql-go v1.6.0/go.mod h1:/FB8hVRN/KGnWStEyz19r2r7TmfBsK8nUv6yMid//tU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=