aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0b54c25..a360a50 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,12 @@ module git.hrfee.pw/hrfee/waybar-mpris
go 1.15
require (
+ github.com/fsnotify/fsnotify v1.4.9 // indirect
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/hrfee/mpris2client v0.0.0-20210115213010-244c4cd6a569
github.com/spf13/pflag v1.0.5
- golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
+ golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)