From bcd2a83dd92d0984a9eb6fc4fa4d135d9d5fc7da Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 7 Jan 2021 16:10:20 +0000 Subject: 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. --- mpris2client/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mpris2client/go.mod (limited to 'mpris2client/go.mod') diff --git a/mpris2client/go.mod b/mpris2client/go.mod new file mode 100644 index 0000000..75c202d --- /dev/null +++ b/mpris2client/go.mod @@ -0,0 +1,5 @@ +module git.hrfee.pw/hrfee/waybar-mpris/mpris2client + +go 1.15 + +require github.com/godbus/dbus/v5 v5.0.3 // indirect -- cgit v1.2.3