Merge pull request #455 from go-jet/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.0

Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0
This commit is contained in:
go-jet 2025-03-08 19:29:03 +01:00 committed by GitHub
commit 3155f99f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.21
// used by jet generator
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/go-sql-driver/mysql v1.9.0
github.com/google/uuid v1.6.0
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgtype v1.14.4