Skip to content

deps: upgrade core SQLite, terminal, and crypto dependencies - #341

Merged
noborus merged 1 commit into
noborus:masterfrom
edsilegxrepo:pr2-dependency-upgrades
Jul 17, 2026
Merged

deps: upgrade core SQLite, terminal, and crypto dependencies#341
noborus merged 1 commit into
noborus:masterfrom
edsilegxrepo:pr2-dependency-upgrades

Conversation

@edsilegxrepo

Copy link
Copy Markdown
Contributor

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.mod and synced them in vendor/:

  • 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

  • Verified all direct/indirect updates compile cleanly.
  • Ran go test ./... on multiple platforms to ensure zero regressions.

@noborus noborus left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@noborus
noborus merged commit 1ef4b46 into noborus:master Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants