Small code cleanup

This commit is contained in:
2024-12-30 20:53:53 +01:00
parent 4d73c122e3
commit b5a1bfc247
3 changed files with 6 additions and 19 deletions

2
go.mod
View File

@ -3,11 +3,9 @@ module code.dlmw.ch/dlmw/qv
go 1.23.4
require (
github.com/go-playground/form/v4 v4.2.1
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/justinas/alice v1.2.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/multiprocessio/go-sqlite3-stdlib v0.0.0-20220822170115-9f6825a1cd25
)
require (