2020-08-27 22:15:16 +00:00
|
|
|
module git.hrfee.pw/hrfee/waybar-mpris
|
2020-08-21 13:54:32 +00:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2020-08-22 14:40:24 +00:00
|
|
|
require (
|
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2020-09-28 22:48:51 +00:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2021-01-08 00:54:34 +00:00
|
|
|
github.com/hrfee/mpris2client v0.0.0-20210108004725-d2a36745cc4a
|
2020-08-22 14:40:24 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-11-16 21:59:31 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
|
2020-09-28 22:48:51 +00:00
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2020-08-22 14:40:24 +00:00
|
|
|
)
|