Skip to content

Commit

Permalink
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.29.0 to 2.30.0 in …
Browse files Browse the repository at this point in the history
…/quesma (#898)

Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.29.0 to 2.30.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/releases">github.com/ClickHouse/clickhouse-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.30.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Extended support for HTTP proxy in driver options by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1424">ClickHouse/clickhouse-go#1424</a></li>
<li>Default implementation of column.IterableOrderedMap by <a
href="https://github.com/earwin"><code>@​earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1417">ClickHouse/clickhouse-go#1417</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
by <a href="https://github.com/earwin"><code>@​earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
<li>Retry on broken pipe in batch by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1423">ClickHouse/clickhouse-go#1423</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>Add 'clickhouse-go-rows-utils' to third-party libraries by <a
href="https://github.com/EpicStep"><code>@​EpicStep</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1413">ClickHouse/clickhouse-go#1413</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/earwin"><code>@​earwin</code></a> made
their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md">github.com/ClickHouse/clickhouse-go/v2's
changelog</a>.</em></p>
<blockquote>
<h1>v2.30.0, 2024-10-16 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Extended support for HTTP proxy in driver options by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1424">ClickHouse/clickhouse-go#1424</a></li>
<li>Default implementation of column.IterableOrderedMap by <a
href="https://github.com/earwin"><code>@​earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1417">ClickHouse/clickhouse-go#1417</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
by <a href="https://github.com/earwin"><code>@​earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
<li>Retry on broken pipe in batch by <a
href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1423">ClickHouse/clickhouse-go#1423</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>Add 'clickhouse-go-rows-utils' to third-party libraries by <a
href="https://github.com/EpicStep"><code>@​EpicStep</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1413">ClickHouse/clickhouse-go#1413</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/earwin"><code>@​earwin</code></a> made
their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/fcf5831835335a86078abfb224fdcc33ab4bddc0"><code>fcf5831</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/43d09d87da1fb183f58b7ac9d739bb8b4af3790f"><code>43d09d8</code></a>
CI changes (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/dc13f5d0061b5019ea16608335e1504bdf44203b"><code>dc13f5d</code></a>
Default implementation of column.IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/02efdeeaed10103a66d853f0133d603b15eff4c9"><code>02efdee</code></a>
Retry on broken pipe in batch (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1423">#1423</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/269b0f3b00aa2cd2bc8e77183cdf589f7b95bb08"><code>269b0f3</code></a>
Extended support for HTTP proxy in driver options (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1424">#1424</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/28b2f5d3b8da3a5d06d4f763cfcfb84b5f0f1b89"><code>28b2f5d</code></a>
Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
(<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/a7f1fc4f31476a3e6b62ae749c557ed91ce1153f"><code>a7f1fc4</code></a>
Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1419">#1419</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/3d23805a3981264b8f87580d1f5aaaefdd26e703"><code>3d23805</code></a>
Bump golang.org/x/net from 0.28.0 to 0.30.0 (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1415">#1415</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/90581f5a1a06a7d5ff01506f35d50a70ae62b911"><code>90581f5</code></a>
docs: add clickhouse-go-rows-utils to third-party libraries (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1413">#1413</a>)</li>
<li>See full diff in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0">compare
view</a></li>
</ul>
</details>
<br />


[![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.29.0&new-version=2.30.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 1d982f4 commit cc8b655
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions quesma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module quesma
go 1.23.2

require (
github.com/ClickHouse/clickhouse-go/v2 v2.29.0
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/DataDog/go-sqllexer v0.0.16
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
Expand Down Expand Up @@ -45,7 +45,7 @@ require (

require (
github.com/ClickHouse/ch-go v0.61.5 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/elastic/go-elasticsearch/v8 v8.15.0
Expand All @@ -69,6 +69,6 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/otel v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.26.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)
14 changes: 8 additions & 6 deletions quesma/go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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.29.0 h1:Dj1w59RssRyLgGHXtYaWU0eIM1pJsu9nGPi/btmvAqw=
github.com/ClickHouse/clickhouse-go/v2 v2.29.0/go.mod h1:bLookq6qZJ4Ush/6tOAnJGh1Sf3Sa/nQoMn71p7ZCUE=
github.com/ClickHouse/clickhouse-go/v2 v2.30.0 h1:AG4D/hW39qa58+JHQIFOSnxyL46H6h2lrmGGk17dhFo=
github.com/ClickHouse/clickhouse-go/v2 v2.30.0/go.mod h1:i9ZQAojcayW3RsdCb3YR+n+wC2h65eJsZCscZ1Z1wyo=
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.16 h1:RoSUMS6MECyB3gTUIdydzXwK5NhEhv6GMJkS7ptsgRA=
github.com/DataDog/go-sqllexer v0.0.16/go.mod h1:KwkYhpFEVIq+BfobkTC1vfqm4gTi65skV/DpDBXtexc=
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df h1:GSoSVRLoBaFpOOds6QyY1L8AX7uoY+Ln3BHc22W40X0=
Expand Down Expand Up @@ -151,6 +151,8 @@ github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb/go.mod h1:ikPs9bRW
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down Expand Up @@ -193,8 +195,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
Expand Down

0 comments on commit cc8b655

Please sign in to comment.