mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-22 15:05:39 +00:00
12 lines
379 B
Modula-2
12 lines
379 B
Modula-2
module github.com/vbatts/utils/cmd/mailnotify
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/luksen/maildir v0.0.0-20210101204218-7ed7afdce6bf
|
|
github.com/mattn/go-gtk v0.0.0-20240119050609-48574e312fac // indirect
|
|
github.com/mqu/go-notify v0.0.0-20130719194048-ef6f6f49d093
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
)
|