chore(deps): bump the go-dependencies group across 3 directories with 4 updates - #5
Merged
arhuman merged 1 commit intoAug 15, 2026
Conversation
… 4 updates Bumps the go-dependencies group with 1 update in the /example directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go). Bumps the go-dependencies group with 2 updates in the /proto directory: [github.com/klauspost/compress](https://github.com/klauspost/compress) and google.golang.org/protobuf. Bumps the go-dependencies group with 3 updates in the /server directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), google.golang.org/protobuf and [github.com/yuin/goldmark](https://github.com/yuin/goldmark). Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.47.0 to 2.48.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.47.0...v2.48.0) Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.47.0 to 2.48.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.47.0...v2.48.0) Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.2 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.19.0...v1.19.2) Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.47.0 to 2.48.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.47.0...v2.48.0) Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.47.0 to 2.48.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.47.0...v2.48.0) Updates `github.com/yuin/goldmark` from 1.8.4 to 1.8.5 - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.8.4...v1.8.5) Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 --- updated-dependencies: - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/klauspost/compress dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/yuin/goldmark dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabotBotforce-pushed
the
dependabot/go_modules/client/go-dependencies-6e5c4d76a7
branch
from
August 15, 2026 09:12
dc797d4 to
d5153c3CompareUh oh!
There was an error while loading. Please reload this page.
dependabotBot
deleted the
dependabot/go_modules/client/go-dependencies-6e5c4d76a7
branch
August 15, 2026 09:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 1 update in the /example directory: github.com/ClickHouse/clickhouse-go/v2.
Bumps the go-dependencies group with 2 updates in the /proto directory: github.com/klauspost/compress and google.golang.org/protobuf.
Bumps the go-dependencies group with 3 updates in the /server directory: github.com/ClickHouse/clickhouse-go/v2, google.golang.org/protobuf and github.com/yuin/goldmark.
Updates
github.com/ClickHouse/clickhouse-go/v2from 2.47.0 to 2.48.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
Commits
69b5195Update release notesbbc3549Merge pull request #1949 from ClickHouse/kavirajk/perf-exception-parser46e0fe9chore: review remarks222cf04chore: doc string fixes41bfccaperf: makesafeLen()linear runtime in exception parser8fd6f43Merge pull request #1944 from fallintoplace/fix/tuple-map-scan-errord502655Merge pull request #1947 from ClickHouse/pr-review-fable6f469c9use fable for code review95ae021fix: return errors when scanning Tuple mapsb67d227Merge pull request #1937 from fallintoplace/remove-http-compression-debug-outputUpdates
github.com/ClickHouse/clickhouse-go/v2from 2.47.0 to 2.48.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
Commits
69b5195Update release notesbbc3549Merge pull request #1949 from ClickHouse/kavirajk/perf-exception-parser46e0fe9chore: review remarks222cf04chore: doc string fixes41bfccaperf: makesafeLen()linear runtime in exception parser8fd6f43Merge pull request #1944 from fallintoplace/fix/tuple-map-scan-errord502655Merge pull request #1947 from ClickHouse/pr-review-fable6f469c9use fable for code review95ae021fix: return errors when scanning Tuple mapsb67d227Merge pull request #1937 from fallintoplace/remove-http-compression-debug-outputUpdates
github.com/klauspost/compressfrom 1.19.0 to 1.19.2Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
c3b3439zstd: don't clear the registered dictionary when decoding past the window (#1...9874bc9fix(zstd): handle zero-literal BuildDict corpus (#1178)71bb6fdzstd: keep BuildDict recent-offsets positive and loadable (#1184)3d4dacbzstd: avoid racing MaxDecodedSize write on shared dict litEnc (#1182)3ceaa81build(deps): bump the github-actions group with 5 updates (#1185)72cb4d3chore: add OpenSSF Scorecard GitHub Action (#1183)69c9db4zstd: fix arm64 asm locals overwriting the saved link register (#1176)117430dzstd: Re-enable unsafe decodeSync memory copies (#1168) (#1171)c73af0chuff0: add arm64 assembly for Decompress4X/1X via avo lowering (#1172)2602f4aUpdate changelog for version 1.19.0Updates
google.golang.org/protobuffrom 1.36.11 to 1.36.12Updates
google.golang.org/protobuffrom 1.36.11 to 1.36.12Updates
github.com/ClickHouse/clickhouse-go/v2from 2.47.0 to 2.48.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.