diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-11 13:45:25 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-02-11 13:45:51 +0100 |
| commit | 30451238df36d238fea816f01ca987853c6562a5 (patch) | |
| tree | ee8d50d00b30cf291f34fb989f839e3492868f48 /.config/waybar/modules/go.mod | |
| parent | ef2e08b2b9eead9119f916464182fca652ef3fef (diff) | |
waybar: update 2021-02-11T12:46:11Z
Diffstat (limited to '.config/waybar/modules/go.mod')
| -rw-r--r-- | .config/waybar/modules/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/waybar/modules/go.mod b/.config/waybar/modules/go.mod new file mode 100644 index 0000000..fdeae95 --- /dev/null +++ b/.config/waybar/modules/go.mod @@ -0,0 +1,5 @@ +module git.sr.ht/~robertgzr/dotfiles/.config/waybar/modules + +go 1.15 + +require github.com/fsnotify/fsnotify v1.4.9 // indirect |