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 6ffe974..cc9971c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.17
require (
github.com/fhs/gompd/v2 v2.2.0
github.com/google/uuid v1.3.0
+ github.com/mattn/go-sqlite3 v1.14.8
)