diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,7 +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/spf13/pflag v1.0.5 |