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

Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1
This commit is contained in:
go-jet 2024-02-07 11:28:19 +01:00 committed by GitHub
commit 0fc51cf402
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

@ -3,7 +3,7 @@ module github.com/go-jet/jet/v2
go 1.11
require (
github.com/go-sql-driver/mysql v1.7.0
github.com/go-sql-driver/mysql v1.7.1
github.com/google/uuid v1.3.0
github.com/jackc/pgconn v1.14.1
github.com/lib/pq v1.10.8