diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-14 00:20:44 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-14 00:20:44 +0200 |
commit | 92d6bc8db541582982ee38fd62f16f63efceb559 (patch) | |
tree | 4817313bbdfb60ca37f389eafe726cb87001eac9 /go.mod | |
parent | d6d54abb48f061128efc16081a270c5adaa8a43f (diff) |
WIP: User table
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |