waybar-mpris/go.mod

15 lines
444 B
Modula-2
Raw Normal View History

2020-08-28 00:15:16 +02:00
module git.hrfee.pw/hrfee/waybar-mpris
2020-08-21 15:54:32 +02:00
go 1.15
require (
2021-01-15 23:15:45 +01:00
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/godbus/dbus/v5 v5.0.3
github.com/hpcloud/tail v1.0.0
2021-01-15 23:15:45 +01:00
github.com/hrfee/mpris2client v0.0.0-20210115213010-244c4cd6a569
github.com/spf13/pflag v1.0.5
2021-01-15 23:15:45 +01:00
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
)