Update module github.com/go-sql-driver/mysql to v1.9.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-03-21 03:02:13 +00:00
parent 20de1eccbb
commit bbc4a5fecf
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.23.2
require (
git.yetaga.in/alazyreader/go-openlibrary v0.0.1
github.com/gdamore/tcell/v2 v2.8.1
github.com/go-sql-driver/mysql v1.9.0
github.com/go-sql-driver/mysql v1.9.1
github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/sync v0.12.0