deps: remove clickhouse version replace#929
Merged
burningalchemist merged 1 commit intomasterfrom Mar 20, 2026
Merged
Conversation
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 free
to 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.
This pull request updates the
go.modfile to bring in new dependencies and upgrade several existing ones. The main focus is on adding support for thecsvq-driverand related packages, as well as updating various libraries to their latest versions for improved performance and security.Dependencies:
replacedirective forgithub.com/ClickHouse/clickhouse-go/v2, which is no longer needed.github.com/mithrandie/csvq,github.com/mithrandie/go-file/v2,github.com/mithrandie/go-text, andgithub.com/mithrandie/ternary.Dependency upgrades:
github.com/ClickHouse/ch-gofrom v0.69.0 to v0.71.0,github.com/klauspost/compressfrom v1.18.0 to v1.18.3, andgithub.com/pierrec/lz4/v4from v4.1.22 to v4.1.25. [1] [2]golang.org/xlibraries to their latest versions, includingcrypto,mod,net,telemetry,term,text, andtools.Other changes:
github.com/mithrandie/csvq-driveras a direct dependency (viago mod tidy).