21 lines
639 B
Modula-2
21 lines
639 B
Modula-2
module git.nakama.town/fmartingr/smtp2shoutrrr
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
git.nakama.town/fmartingr/gotoolkit v0.1.0
|
|
github.com/containrrr/shoutrrr v0.8.0
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
github.com/emersion/go-smtp v0.21.3
|
|
golang.org/x/crypto/x509roots/fallback v0.0.0-20250118192723-a8ea4be81f07
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|
|
|
|
//replace git.nakama.town/fmartingr/gotoolkit => ../gotoolkit
|