fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.26
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m33s

This commit was merged in pull request #416.
This commit is contained in:
2025-04-02 09:08:10 +00:00
parent 46b1f9d867
commit 1f8e1a510f
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.18.2
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.25
github.com/mattn/go-sqlite3 v1.14.26
github.com/prometheus/client_golang v1.21.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0