summaryrefslogtreecommitdiff
path: root/db/go.mod
diff options
context:
space:
mode:
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
+)