deps: upgrade core SQLite, terminal, and crypto dependencies - #341
Merged
Conversation
noborus
reviewed
Jul 17, 2026
noborus
left a comment
Owner
There was a problem hiding this comment.
We are going to accept this for now in #341.
That said, we do not think it is necessary to send module upgrade PRs by default.
If there is a concrete issue with an older version, or a clear reason to upgrade, please open an issue first so we can confirm the need and agree on the approach before implementation.
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.
Summary
This PR bumps the core drivers and sub-dependencies to their latest patch versions to ensure stability, compatibility, and bug fixes are pulled in.
Changes
Upgraded the following dependencies in
go.modand synced them invendor/:github.com/mattn/go-sqlite3(v1.14.47➡️v1.14.48)modernc.org/libc(v1.73.5➡️v1.74.1)github.com/mattn/go-colorable(v0.1.14➡️v0.1.15)golang.org/x/crypto(v0.53.0➡️v0.54.0)golang.org/x/sys(v0.46.0➡️v0.47.0)golang.org/x/term(v0.44.0➡️v0.45.0)Testing
go test ./...on multiple platforms to ensure zero regressions.