-
- Downloads
Update modules.
... | ... | @@ -3,6 +3,8 @@ module gitlab.ie.suberic.net/kevin/i3going-on |
go 1.19 | ||
require ( | ||
github.com/codegoalie/golibnotify v0.1.0 | ||
github.com/distatus/battery v0.10.0 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/spf13/cobra v1.6.1 | ||
github.com/spf13/viper v1.14.0 | ||
... | ... | @@ -12,8 +14,6 @@ require ( |
) | ||
require ( | ||
github.com/codegoalie/golibnotify v0.1.0 // indirect | ||
github.com/distatus/battery v0.10.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
... | ... |
Please register or sign in to comment