mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-24 19:06:29 +03:00
22 lines
710 B
Modula-2
22 lines
710 B
Modula-2
module github.com/neilalexander/yggmail
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Arceliar/ironwood v0.0.0-20221115123222-ec61cea2f439
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/emersion/go-imap-idle v0.0.0-20210907174914-db2568431445
|
|
github.com/emersion/go-message v0.16.0
|
|
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
|
|
github.com/emersion/go-smtp v0.15.0
|
|
github.com/fatih/color v1.14.1
|
|
github.com/gologme/log v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/neilalexander/utp v0.1.1-0.20210705212447-691f29ad692b
|
|
github.com/yggdrasil-network/yggdrasil-go v0.4.7
|
|
go.uber.org/atomic v1.10.0
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/term v0.5.0
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|