diff options
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 |