fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.24
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 49s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 52s

This commit was merged in pull request #205.
This commit is contained in:
2024-10-04 22:11:32 +00:00
parent abb5da3ffd
commit 2d56a6a317
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.23
github.com/mattn/go-sqlite3 v1.14.24
github.com/prometheus/client_golang v1.20.4
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.27.0