aboutsummaryrefslogtreecommitdiff
path: root/tools/mpd-stats/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mpd-stats/go.mod')
-rw-r--r--tools/mpd-stats/go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/mpd-stats/go.mod b/tools/mpd-stats/go.mod
index cafa7bc..6ffe974 100644
--- a/tools/mpd-stats/go.mod
+++ b/tools/mpd-stats/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
+)