H0llyW00dzZ
1574f865c9
- [+] feat(client): add test certificates and IMAP client tests with TLS support - [+] chore(go.mod): update dependencies and add indirect packages - [+] chore(go.sum): update checksum for new dependencies Reviewed-on: #9 Co-authored-by: H0llyW00dzZ <h0llyw00dzz@pm.me> Co-committed-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
20 lines
585 B
Modula-2
20 lines
585 B
Modula-2
module git.b0zal.io/H0llyW00dzZ/imap
|
|
|
|
go 1.23.5
|
|
|
|
require (
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emersion/go-message v0.15.0 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|