diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-08 00:54:34 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-08 00:54:34 +0000 |
commit | 937769e2f706600d87ed37580fda08456a6df9d9 (patch) | |
tree | c9a7fba2102482f7fc551dd14b18bf106f6a862d /go.mod | |
parent | 233b5dd1ca729522d1bca27ba73348c45754c9a0 (diff) | |
download | waybar-mpris-937769e2f706600d87ed37580fda08456a6df9d9.tar.gz waybar-mpris-937769e2f706600d87ed37580fda08456a6df9d9.zip |
use external mpris2client lib
now at github.com/hrfee/mpris2client.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2,12 +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/hrfee/mpris2client v0.0.0-20210108004725-d2a36745cc4a github.com/spf13/pflag v1.0.5 golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect |