WIP: User table

This commit is contained in:
2024-04-14 00:20:44 +02:00
parent d6d54abb48
commit 92d6bc8db5
4 changed files with 30 additions and 5 deletions

1
go.mod
View File

@ -6,4 +6,5 @@ require (
github.com/a-h/templ v0.2.648 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
golang.org/x/crypto v0.22.0 // indirect
)