about summary refs log tree commit diff
path: root/tools/mpd-stats/go.mod
blob: 6ffe974fdc5720316d0cc384df7c3aff099bc9be (plain) (blame)
1
2
3
4
5
6
7
8
module golang.fcuny.net/mpd-stats

go 1.17

require (
	github.com/fhs/gompd/v2 v2.2.0
	github.com/google/uuid v1.3.0
)