From 9ff92ed8c46b04dfaad2b65be196921415320e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:27:21 +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.3 to 1.5.4. - [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.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/databricks/databricks-sql-go dependency-type: direct:production update-type: version-update:semver-patch ... 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 0a59f93..b861549 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/aws/aws-sdk-go-v2/credentials v1.17.11 github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.25.4 github.com/cenkalti/backoff/v4 v4.3.0 - github.com/databricks/databricks-sql-go v1.5.3 + github.com/databricks/databricks-sql-go v1.5.4 github.com/dlclark/regexp2 v1.11.0 github.com/gliderlabs/ssh v0.3.7 github.com/go-sql-driver/mysql v1.7.1 diff --git a/go.sum b/go.sum index 7dc5e80..2589043 100644 --- a/go.sum +++ b/go.sum @@ -109,8 +109,8 @@ github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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.3 h1:A8pe8azPkGM/1lD2wWf1G6sW5PDuLM9qBfSIbLuWzvw= -github.com/databricks/databricks-sql-go v1.5.3/go.mod h1:8aNP4vhhfBJZhc4n7LcSAvtJsZ+Dc25Q6mGxM1/8WaY= +github.com/databricks/databricks-sql-go v1.5.4 h1:N6dFuWsouupQdN3W5tHQj0vvWfAfA0YBiblMq4h/qqU= +github.com/databricks/databricks-sql-go v1.5.4/go.mod h1:8aNP4vhhfBJZhc4n7LcSAvtJsZ+Dc25Q6mGxM1/8WaY= 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=