aboutsummaryrefslogtreecommitdiff
path: root/mpris2client/go.mod
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-01-07 16:10:20 +0000
committerHarvey Tindall <hrfee@protonmail.ch>2021-01-07 16:10:20 +0000
commitbcd2a83dd92d0984a9eb6fc4fa4d135d9d5fc7da (patch)
tree1502b33949db3c47138dafa616dca8185cf829fe /mpris2client/go.mod
parentaf0af020597be52cd009599d6f078d783ad6a727 (diff)
downloadwaybar-mpris-bcd2a83dd92d0984a9eb6fc4fa4d135d9d5fc7da.tar.gz
waybar-mpris-bcd2a83dd92d0984a9eb6fc4fa4d135d9d5fc7da.zip
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.
Diffstat (limited to 'mpris2client/go.mod')
-rw-r--r--mpris2client/go.mod5
1 files changed, 5 insertions, 0 deletions
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