fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23

This commit is contained in:
2024-09-05 07:01:17 +00:00
parent 6542c288b5
commit 265220a441
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.22
github.com/mattn/go-sqlite3 v1.14.23
github.com/prometheus/client_golang v1.20.2
golang.org/x/crypto v0.26.0
)