aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 3530f46..12c0393 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,6 @@ go 1.19
require (
github.com/mattn/go-sqlite3 v1.14.16 // indirect
+ github.com/satori/go.uuid v1.2.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
)