aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 11fa2ba4716cf9869bd6baf900723d01e5bf395b (plain)
1
2
3
4
5
6
7
8
9
10
11
module git.hrfee.pw/hrfee/waybar-mpris

go 1.15

require (
	github.com/fsnotify/fsnotify v1.4.9
	github.com/godbus/dbus/v5 v5.0.3
	github.com/hrfee/mpris2client v0.0.5
	github.com/spf13/pflag v1.0.5
	golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
)