11 lines
241 B
Modula-2
11 lines
241 B
Modula-2
|
module git.lattuga.net/blallo/sendmail
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/fatih/color v1.9.0
|
||
|
github.com/pelletier/go-toml v1.6.0
|
||
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||
|
gopkg.in/mail.v2 v2.3.1
|
||
|
)
|