Update go-sqlite3 driver to version v1.14.24

This commit is contained in:
houten11 2024-10-18 12:06:01 +02:00
parent 369c657f85
commit 595caaf661
4 changed files with 6 additions and 6 deletions

2
go.mod
View file

@ -10,7 +10,7 @@ require (
github.com/jackc/pgtype v1.14.3
github.com/jackc/pgx/v4 v4.18.3
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.17
github.com/mattn/go-sqlite3 v1.14.24
)
require (