aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-29 09:26:10 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-29 09:26:10 -0700
commitb0e3bdaaba4f2671769f9c690b33155d7cf15017 (patch)
tree54d6a5c06056aacd3839367aa4c360ebaa93b748 /go.mod
parentMerge remote-tracking branch 'import/main' (diff)
downloadx-b0e3bdaaba4f2671769f9c690b33155d7cf15017.tar.gz
fix import paths for mpd-scrobbler
Diffstat (limited to '')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e506b94..702811b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,9 @@ module go.fcuny.net/x
go 1.24.5
require (
+ github.com/fhs/gompd/v2 v2.3.0
+ github.com/google/uuid v1.6.0
+ github.com/mattn/go-sqlite3 v1.14.32
github.com/prometheus/client_golang v1.23.0
golang.org/x/mod v0.27.0
golang.org/x/text v0.28.0