summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-14 00:20:44 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-14 00:20:44 +0200
commit92d6bc8db541582982ee38fd62f16f63efceb559 (patch)
tree4817313bbdfb60ca37f389eafe726cb87001eac9 /go.mod
parentd6d54abb48f061128efc16081a270c5adaa8a43f (diff)
WIP: User table
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b16882b..ec76474 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)