summaryrefslogtreecommitdiff
path: root/db/go.mod
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-04-28 13:20:58 -0500
committersanine-a <sanine.not@pm.me>2023-04-28 13:20:58 -0500
commitbfdee97bec65746362fd432136eefbd60598f8bf (patch)
tree1c2b8035b56b3a6dbc0130d279de60a283b697f2 /db/go.mod
parent8f8bed0e018d89f35f15b005b0109eb0ee3e9290 (diff)
add user.go
Diffstat (limited to 'db/go.mod')
-rw-r--r--db/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/go.mod b/db/go.mod
index 51b2b67..7931102 100644
--- a/db/go.mod
+++ b/db/go.mod
@@ -1,3 +1,8 @@
module sanine.net/git/phlox/db
go 1.19
+
+require (
+ github.com/mattn/go-sqlite3 v1.14.16
+ golang.org/x/crypto v0.8.0
+)