diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-07 16:10:20 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-07 16:10:20 +0000 |
commit | bcd2a83dd92d0984a9eb6fc4fa4d135d9d5fc7da (patch) | |
tree | 1502b33949db3c47138dafa616dca8185cf829fe /mpris2client/go.sum | |
parent | af0af020597be52cd009599d6f078d783ad6a727 (diff) | |
download | waybar-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.sum')
-rw-r--r-- | mpris2client/go.sum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpris2client/go.sum b/mpris2client/go.sum new file mode 100644 index 0000000..4eefd05 --- /dev/null +++ b/mpris2client/go.sum @@ -0,0 +1,3 @@ +github.com/godbus/dbus v4.1.0+incompatible h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4= +github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME= +github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= |