Skip to content

Commit

Permalink
go.mod: bump github.com/databricks/databricks-sql-go from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
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](databricks/databricks-sql-go@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 7f71633 commit 706ae6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 706ae6e

Please sign in to comment.