move mpris2 component to separate module

I'll likely put it in a different repo as i'm thinking of writing a last.fm scrobbler and it'd be reused there.
This commit is contained in:
2021-01-07 16:10:20 +00:00
parent af0af02059
commit bcd2a83dd9
7 changed files with 423 additions and 343 deletions

3
go.mod
View File

@@ -2,7 +2,10 @@ module git.hrfee.pw/hrfee/waybar-mpris
go 1.15
replace git.hrfee.pw/hrfee/waybar-mpris/mpris2client => ./mpris2client
require (
git.hrfee.pw/hrfee/waybar-mpris/mpris2client v0.0.0-00010101000000-000000000000
github.com/godbus/dbus/v5 v5.0.3
github.com/hpcloud/tail v1.0.0
github.com/spf13/pflag v1.0.5