From 67f5c5ea64209518351d203c44aa7bafa727cae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:18:50 +0200 Subject: [PATCH] Bump github.com/ClickHouse/clickhouse-go/v2 from 2.27.0 to 2.27.1 in /quesma (#613) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.27.0 to 2.27.1.
Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.27.1

What's Changed

Fixes 🐛

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.27.1, 2024-08-05

What's Changed

Fixes 🐛

Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.27.0...v2.27.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ClickHouse/clickhouse-go/v2&package-manager=go_modules&previous-version=2.27.0&new-version=2.27.1)](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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- quesma/go.mod | 2 +- quesma/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quesma/go.mod b/quesma/go.mod index 1a4093d38..e2ad2d32a 100644 --- a/quesma/go.mod +++ b/quesma/go.mod @@ -3,7 +3,7 @@ module quesma go 1.22.5 require ( - github.com/ClickHouse/clickhouse-go/v2 v2.27.0 + github.com/ClickHouse/clickhouse-go/v2 v2.27.1 github.com/DATA-DOG/go-sqlmock v1.5.2 github.com/DataDog/go-sqllexer v0.0.12 github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df diff --git a/quesma/go.sum b/quesma/go.sum index 4b0404f32..358050886 100644 --- a/quesma/go.sum +++ b/quesma/go.sum @@ -1,7 +1,7 @@ github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4= github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg= -github.com/ClickHouse/clickhouse-go/v2 v2.27.0 h1:EquJUy8KWgY1ELMmN1gCULncbqU72fN8eYd8qmkp/1g= -github.com/ClickHouse/clickhouse-go/v2 v2.27.0/go.mod h1:XvcaX7ai9T9si83rZ0cB3y2upq9AYMwdj16Trqm+sPg= +github.com/ClickHouse/clickhouse-go/v2 v2.27.1 h1:cSUewKnQ2XWvCNpCV0WRAQGvShElJ1Qyb6nDq8GId/I= +github.com/ClickHouse/clickhouse-go/v2 v2.27.1/go.mod h1:XvcaX7ai9T9si83rZ0cB3y2upq9AYMwdj16Trqm+sPg= github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU= github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU= github.com/DataDog/go-sqllexer v0.0.12 h1:ncvAr5bbwtc7JMezzcU2379oKz1oHhRF1hkR6BSvhqM=