From 706ae6e3c4e895c7261bfbe96d15b4d205c066bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:57:00 +0000 Subject: [PATCH] go.mod: bump github.com/databricks/databricks-sql-go from 1.5.0 to 1.5.1 Bumps [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) from 1.5.0 to 1.5.1. - [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.0...v1.5.1) --- 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 64e39d4..e655427 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/conduitio/conduit-connector-sdk v0.7.2 - github.com/databricks/databricks-sql-go v1.5.0 + github.com/databricks/databricks-sql-go v1.5.1 github.com/doug-martin/goqu/v9 v9.18.0 github.com/golang/mock v1.6.0 github.com/matryer/is v1.4.1 diff --git a/go.sum b/go.sum index ad4f608..18ea134 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,8 @@ github.com/conduitio/conduit-connector-sdk v0.7.2/go.mod h1:OakeXjAsPyHotUBRXXDl github.com/coreos/go-oidc/v3 v3.5.0 h1:VxKtbccHZxs8juq7RdJntSqtXFtde9YpNpGn0yqgEHw= github.com/coreos/go-oidc/v3 v3.5.0/go.mod h1:ecXRtV4romGPeO6ieExAsUK9cb/3fp9hXNz1tlv8PIM= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= -github.com/databricks/databricks-sql-go v1.5.0 h1:UftvrFf1gFiql4m+rl0orpx0HvGDv8cJSKwvrcF2Hpk= -github.com/databricks/databricks-sql-go v1.5.0/go.mod h1:8aNP4vhhfBJZhc4n7LcSAvtJsZ+Dc25Q6mGxM1/8WaY= +github.com/databricks/databricks-sql-go v1.5.1 h1:psz3sMDe0yq1wdybKklsntn/r9LERs9iKullWVOZgJk= +github.com/databricks/databricks-sql-go v1.5.1/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 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=