summaryrefslogtreecommitdiff
path: root/go.mod
blob: dcbea9ea6d48de1637ed0db924ecf70fd1504295 (plain)
1
2
3
4
5
6
7
8
module statusbar

go 1.14

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
)