aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cafa7bc..6ffe974 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module golang.fcuny.net/mpd-stats
go 1.17
-require github.com/fhs/gompd/v2 v2.2.0
+require (
+ github.com/fhs/gompd/v2 v2.2.0
+ github.com/google/uuid v1.3.0
+)