Skip to content

Bump go-sql-driver/mysql to v1.10.0 - #1001

Open
AshSgDe29071999 wants to merge 1 commit into
jmoiron:masterfrom
AshSgDe29071999:fix/bump-mysql-driver
Open

Bump go-sql-driver/mysql to v1.10.0#1001
AshSgDe29071999 wants to merge 1 commit into
jmoiron:masterfrom
AshSgDe29071999:fix/bump-mysql-driver

Conversation

@AshSgDe29071999

Copy link
Copy Markdown

sqlx currently requires github.com/go-sql-driver/mysql v1.8.1, which pulls filippo.io/edwards25519 v1.1.0 (CVE-2026-26958). Bumping the driver to v1.10.0 moves that to v1.2.0.

go get also raises the module Go version to 1.24.0 because that is what mysql v1.10.0 requires.

Fixes #994

v1.8.1 pulls filippo.io/edwards25519 v1.1.0 (CVE-2026-26958). The
driver v1.10.0 depends on edwards25519 v1.2.0.

Fixes jmoiron#994
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.

Bump github.com/go-sql-driver/mysql to v1.10.0 (clears CVE-2026-26958 / edwards25519 scanner flags)

1 participant