14 lines
214 B
Modula-2
14 lines
214 B
Modula-2
module folder-mail-notifier
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
)
|