diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:34:49 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2020-07-05 21:34:49 +0200 |
| commit | 4f94299a15f6724ec45fb27022cd45f80ca0164e (patch) | |
| tree | 9a38238419fe84737e6faebf64652374faf9b4d8 /go.mod | |
| download | statusbar-4f94299a15f6724ec45fb27022cd45f80ca0164e.tar.gz | |
Initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module statusbar + +go 1.14 + +require github.com/BurntSushi/toml v0.3.1 // indirect |
