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.sum | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mpris2client/go.sum (limited to 'mpris2client/go.sum') 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= -- cgit v1.2.3