diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-08-03 14:33:01 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-08-03 14:33:01 +0200 |
| commit | 4b575266ca443b1cca945b14f5ebf10de6f87c66 (patch) | |
| tree | 35efb7a23cc86ec79b1593e659db2b7668db2da4 /go.mod | |
| parent | c02d74186d0622e6b3407b05570c298de48a340e (diff) | |
| download | statusbar-4b575266ca443b1cca945b14f5ebf10de6f87c66.tar.gz | |
Add support for a generic music player
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |
