diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-29 09:26:10 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-29 09:26:10 -0700 |
| commit | b0e3bdaaba4f2671769f9c690b33155d7cf15017 (patch) | |
| tree | 54d6a5c06056aacd3839367aa4c360ebaa93b748 /go.mod | |
| parent | Merge remote-tracking branch 'import/main' (diff) | |
| download | x-b0e3bdaaba4f2671769f9c690b33155d7cf15017.tar.gz | |
fix import paths for mpd-scrobbler
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
