Merge pull request #488 from go-jet/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.28

Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28
This commit is contained in:
go-jet 2025-05-18 18:27:54 +02:00 committed by GitHub
commit 622b05a641
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

@ -12,7 +12,7 @@ require (
github.com/jackc/pgtype v1.14.4
github.com/jackc/pgx/v4 v4.18.3
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.24
github.com/mattn/go-sqlite3 v1.14.28
)
// used in tests