Skip to content

build(deps): bump the gomod group across 1 directory with 5 updates#1020

Merged
mfridman merged 1 commit intomainfrom
dependabot/go_modules/gomod-5a4f6ab408
Jan 8, 2026
Merged

build(deps): bump the gomod group across 1 directory with 5 updates#1020
mfridman merged 1 commit intomainfrom
dependabot/go_modules/gomod-5a4f6ab408

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

Bumps the gomod group with 4 updates in the / directory: github.com/ClickHouse/clickhouse-go/v2, github.com/jackc/pgx/v5, github.com/ydb-platform/ydb-go-sdk/v3 and modernc.org/sqlite.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.40.3 to 2.42.0

Release notes

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

v2.42.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0

v2.41.0

What's Changed

Enhancements 🎉

... (truncated)

Changelog

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

v2.42.0, 2025-12-12

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.41.0...v2.42.0

v2.41.0, 2025-11-20

What's Changed

Enhancements 🎉

Bug fixes 🐛

... (truncated)

Commits
  • 1f6c50c Update release notes
  • 325704c Merge pull request #1736 from ClickHouse/client_info_query_option
  • 55bfc3e Add context option to append more ClientInfo to the system.query_log
  • be5a492 Merge pull request #1734 from ClickHouse/dependabot/go_modules/go.opentelemet...
  • 1265b88 chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0
  • 40b31fb Merge pull request #1733 from ClickHouse/dependabot/go_modules/golang.org/x/n...
  • c2dd986 chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0
  • d96c5a9 Merge pull request #1727 from ClickHouse/kavirajk/fix-formatTime-sql-escaping
  • 997700e PR remarks
  • 7878795 bug: Fix formatTime escaping
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.8.0 (December 26, 2025)

  • Require Go 1.24+
  • Remove golang.org/x/crypto dependency
  • Add OptionShouldPing to control ResetSession ping behavior (ilyam8)
  • Fix: Avoid overflow when MaxConns is set to MaxInt32
  • Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)
  • Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)
  • Add pgxpool ping timeout (Amirsalar Safaei)
  • Fix: Rows.FieldDescriptions for empty query
  • Scan unknown types into *any as string or []byte based on format code
  • Optimize pgtype.Numeric (Philip Dubé)
  • Add AfterNetConnect hook to pgconn.Config
  • Fix: Handle for preparing statements that fail during the Describe phase
  • Fix overflow in numeric scanning (Ilia Demianenko)
  • Fix: json/jsonb sql.Scanner source type is []byte
  • Migrate from math/rand to math/rand/v2 (Mathias Bogaert)
  • Optimize internal iobufpool (Mathias Bogaert)
  • Optimize stmtcache invalidation (Mathias Bogaert)
  • Fix: missing error case in interval parsing (Maxime Soulé)
  • Fix: invalidate statement/description cache in Exec (James Hartig)
  • ColumnTypeLength method return the type length for varbit type (DengChan)
  • Array and Composite codecs handle typed nils
Commits
  • fe8740a Release v5.8.0
  • e5dde5a Skip test on CockroachDB
  • 06f2d82 Remove trailing space
  • 2cf78dd Merge pull request #2448 from DengChan/column_type_lenth_varbit
  • 2d1c4ef Skip tests on CockroachDB
  • 1a5fa7f Array and Composite codecs handle typed nils
  • 5736d09 ColumnTypeLength method return the type length for varbit type.
  • 4c1308c Revert "stdlib matches native pgx scanning support"
  • 14ce2b7 Skip test on CockroachDB
  • 65b2724 Merge pull request #2443 from jameshartig/x-invalidate-cache-in-exec
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.118.2 to 3.125.0

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

v3.125.0

  • Added WithConcurrentResultSets option for db.Query().Query()
  • Added DefaultValue field to table/options.Column struct

Full Changelog: v3.124.1...v3.125.0

v3.124.1

  • Fixed bug with incorrect conversion of time.Duration to Interval64, which was previously using nanoseconds instead of microseconds

Full Changelog: v3.124.0...v3.124.1

v3.124.0

  • Fixed UUID scanning with database/sql when using types implementing sql.Scanner interface (like uuid.UUID)

Full Changelog: v3.123.1...v3.124.0

v3.123.1

  • Fixed pool.getItem() panics, if unable to give session for preferred node ID

Full Changelog: v3.123.0...v3.123.1

v3.123.0

  • Moved internal/decimal package to pkg/decimal for public usage

Full Changelog: v3.122.0...v3.123.0

v3.122.0

  • Added trace.NodeHintInfo field for OnPoolGet trace callback which stores info for node hint misses
  • Added ydb_go_sdk_ydb_table_pool_node_hint_miss and ydb_go_sdk_ydb_query_pool_node_hint_miss metrics for node hint misses

Full Changelog: v3.121.1...v3.122.0

v3.121.1

  • Added support for Timestamp64 type in value.Any converter
  • Masked the sensitive credential data in the connection string (DSN, data source name) from error messages for security reasons
  • Fixed issue with topic offsets update in transactions

Full Changelog: v3.121.0...v3.121.1

v3.121.0

  • Changed internal pprof label to pyroscope supported format
  • Added query.ImplicitTxControl() transaction control (the same as query.NoTx() and query.EmptyTxControl()). See more about implicit transactions on ydb.tech
  • Added SnapshotReadWrite isolation mode support to database/sql driver using sql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false}
  • Move internal/ratelimiter/options to ratelimiter/options for public usage

Full Changelog: v3.120.0...v3.121.0

v3.120.0

  • Added support of SnapshotReadWrite isolation mode into query and table clients

... (truncated)

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.125.0

  • Added WithConcurrentResultSets option for db.Query().Query()
  • Added DefaultValue field to table/options.Column struct

v3.124.1

  • Fixed bug with incorrect conversion of time.Duration to Interval64, which was previously using nanoseconds instead of microseconds

v3.124.0

  • Fixed UUID scanning with database/sql when using types implementing sql.Scanner interface (like uuid.UUID)

v3.123.1

  • Fixed pool.getItem() panics, if unable to give session for preferred node ID

v3.123.0

  • Moved internal/decimal package to pkg/decimal for public usage

v3.122.0

  • Added trace.NodeHintInfo field for OnPoolGet trace callback which stores info for node hint misses
  • Added ydb_go_sdk_ydb_table_pool_node_hint_miss and ydb_go_sdk_ydb_query_pool_node_hint_miss metrics for node hint misses

v3.121.1

  • Added support for Timestamp64 type in value.Any converter
  • Masked the sensitive credential data in the connection string (DSN, data source name) from error messages for security reasons
  • Fixed issue with topic offsets update in transactions

v3.121.0

  • Changed internal pprof label to pyroscope supported format
  • Added query.ImplicitTxControl() transaction control (the same as query.NoTx() and query.EmptyTxControl()). See more about implicit transactions on ydb.tech
  • Added SnapshotReadWrite isolation mode support to database/sql driver using sql.TxOptions{Isolation: sql.LevelSnapshot, ReadOnly: false}
  • Moved internal/ratelimiter/options to ratelimiter/options for public usage

v3.120.0

  • Added support of SnapshotReadWrite isolation mode into query and table clients

v3.119.0

  • Made error "Request exceeded a limit on the number of schema operations, try again later" retryable
  • Fixed deadlock in Endpoint.String() method
  • Added the AvailabilityPeriod to the Consumer type in topics

v3.118.3

  • Fixed context checking in ydb.Open
Commits

Updates golang.org/x/sync from 0.18.0 to 0.19.0

Commits

Updates modernc.org/sqlite from 1.40.0 to 1.41.0

Commits
  • c233feb remove TestIssue236: it does no more test anything
  • 981f9f1 fix flaky TestRegisteredFunctions/QueryContext_with_successful_...
  • 5970f2f fix build on 32b targets
  • 03b667f optimize prepared statements, updates #236
  • 3ca716d reorganize code with no other changes
  • 958a824 Merge branch 'master' into 'master'
  • 18ea0c5 - Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module, Table,...
  • ad97f13 add .github/FUNDING.yml
  • 672438d update README.md
  • d33e568 Merge branch 'close_rows_on_canceled_context' into 'master'
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ClickHouse/clickhouse-go/v2 [>= 2.4.a, < 2.5]
github.com/ClickHouse/clickhouse-go/v2 [>= 2.21.a, < 2.22]
github.com/ydb-platform/ydb-go-sdk/v3 [>= 3.57.a, < 3.58]

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 27, 2025
@mfridman
Copy link
Copy Markdown
Collaborator

mfridman commented Jan 8, 2026

@dependabot rebase

Bumps the gomod group with 4 updates in the / directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/jackc/pgx/v5](https://github.com/jackc/pgx), [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.40.3 to 2.42.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.40.3...v2.42.0)

Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.8.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.7.6...v5.8.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.118.2 to 3.125.0
- [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.118.2...v3.125.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

Updates `modernc.org/sqlite` from 1.40.0 to 1.41.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-version: 3.125.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: modernc.org/sqlite
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-5a4f6ab408 branch from 91b446b to 03f4219 Compare January 8, 2026 14:03
@mfridman mfridman merged commit 26e537d into main Jan 8, 2026
4 checks passed
@mfridman mfridman deleted the dependabot/go_modules/gomod-5a4f6ab408 branch January 8, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant