aboutsummaryrefslogtreecommitdiff
path: root/tools/mpd-stats/go.sum
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-09 18:16:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-11 14:32:06 -0700
commit1898caed6aa8205e56517448405d06fd084ed239 (patch)
tree73413bc1e65b334d6e798360459ef957c6774f04 /tools/mpd-stats/go.sum
parentscrobbler: watch for events and print song details (diff)
downloadinfra-1898caed6aa8205e56517448405d06fd084ed239.tar.gz
scrobbler: initial log record type
Define the type for a log record and add an helper function to create a new record.
Diffstat (limited to '')
-rw-r--r--tools/mpd-stats/go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mpd-stats/go.sum b/tools/mpd-stats/go.sum
index 1c3cda7..127090d 100644
--- a/tools/mpd-stats/go.sum
+++ b/tools/mpd-stats/go.sum
@@ -1,2 +1,4 @@
github.com/fhs/gompd/v2 v2.2.0 h1:zdSYAAOzQ5cCCgYa5CoXkL0Vr0Cqb/b5JmTobirLc90=
github.com/fhs/gompd/v2 v2.2.0/go.mod h1:nNdZtcpD5VpmzZbRl5rV6RhxeMmAWTxEsSIMBkmMIy4=
+github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
+github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=