deps: Phase 3 — upgrade all major dependencies (gorm, clickhouse-go, testify, etc.)#25
Open
AWaterColorPen wants to merge 1 commit intomainfrom
Open
deps: Phase 3 — upgrade all major dependencies (gorm, clickhouse-go, testify, etc.)#25AWaterColorPen wants to merge 1 commit intomainfrom
AWaterColorPen wants to merge 1 commit intomainfrom
Conversation
- BurntSushi/toml v1.2.1 → v1.6.0 - stretchr/testify v1.8.4 → v1.11.1 - gorm.io/gorm v1.23.10 → v1.31.1 - gorm.io/driver/mysql v1.3.6 → v1.6.0 - gorm.io/driver/postgres v1.3.6 → v1.6.0 - gorm.io/driver/sqlite v1.3.6 → v1.6.0 - gorm.io/driver/clickhouse v0.5.0 → v0.7.0 - ClickHouse/clickhouse-go/v2 v2.3.0 → v2.45.0 - ClickHouse/ch-go v0.48.0 → v0.71.0 - golang.org/x/* ecosystem updated - go.opentelemetry.io/otel v1.10.0 → v1.41.0 All tests pass (go test ./...)
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.
Phase 3 依赖全面升级
本 PR 将所有主要依赖升级到当前稳定版,全量测试通过(
go test ./...)。直接依赖
github.com/BurntSushi/tomlgithub.com/stretchr/testifygorm.io/gormgorm.io/driver/mysqlgorm.io/driver/postgresgorm.io/driver/sqlitegorm.io/driver/clickhouse主要间接依赖
ClickHouse/clickhouse-go/v2ClickHouse/ch-gogo.opentelemetry.io/otelgolang.org/x/crypto验证
覆盖率维持在 82.8%,无回归。