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
|
|
|
|
|
2021-01-07 16:10:20 +00:00
|
|
|
replace git.hrfee.pw/hrfee/waybar-mpris/mpris2client => ./mpris2client
|
|
|
|
|
2020-08-22 14:40:24 +00:00
|
|
|
require (
|
2021-01-07 16:10:20 +00:00
|
|
|
git.hrfee.pw/hrfee/waybar-mpris/mpris2client v0.0.0-00010101000000-000000000000
|
2020-08-22 14:40:24 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2020-09-28 22:48:51 +00:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
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
|
|
|
)
|