Update mysql driver to v1.7.0
This commit is contained in:
parent
82442967ac
commit
8be2f8b9c3
3 changed files with 5 additions and 5 deletions
2
go.mod
2
go.mod
|
|
@ -3,7 +3,7 @@ module github.com/go-jet/jet/v2
|
|||
go 1.11
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/go-sql-driver/mysql v1.7.0
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/jackc/pgconn v1.13.0
|
||||
github.com/lib/pq v1.10.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue