summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst92@gmail.com>2020-08-03 14:33:01 +0200
committerJulian Hurst <julian.hurst92@gmail.com>2020-08-03 14:33:01 +0200
commit4b575266ca443b1cca945b14f5ebf10de6f87c66 (patch)
tree35efb7a23cc86ec79b1593e659db2b7668db2da4 /go.mod
parentc02d74186d0622e6b3407b05570c298de48a340e (diff)
downloadstatusbar-4b575266ca443b1cca945b14f5ebf10de6f87c66.tar.gz
Add support for a generic music player
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 65bb318..dcbea9e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module statusbar
go 1.14
-require github.com/BurntSushi/toml v0.3.1 // indirect
+require (
+ github.com/BurntSushi/toml v0.3.1 // indirect
+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
+)