mirror of
https://github.com/1f349/simplemail.git
synced 2025-03-13 23:43:09 +00:00
17 lines
370 B
Modula-2
17 lines
370 B
Modula-2
module github.com/1f349/simplemail
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.18.2
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
|
|
github.com/emersion/go-smtp v0.21.3
|
|
github.com/stretchr/testify v1.10.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|