mirror of
https://github.com/1f349/simplemail.git
synced 2024-12-22 08:04:11 +00:00
18 lines
404 B
Modula-2
18 lines
404 B
Modula-2
module github.com/1f349/simplemail
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/1f349/overlapfs v0.0.1
|
|
github.com/emersion/go-message v0.18.1
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
|
|
github.com/emersion/go-smtp v0.21.3
|
|
github.com/stretchr/testify v1.9.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
|
|
)
|