Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3173092d4f |
20
go.mod
20
go.mod
@ -3,11 +3,11 @@ module apigo.cc/go/mail
|
|||||||
go 1.26.1
|
go 1.26.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/cast v1.5.0
|
apigo.cc/go/cast v1.5.2
|
||||||
apigo.cc/go/file v1.5.0
|
apigo.cc/go/file v1.5.4
|
||||||
apigo.cc/go/jsmod v1.5.0
|
apigo.cc/go/jsmod v1.5.2
|
||||||
apigo.cc/go/log v1.5.0
|
apigo.cc/go/log v1.5.6
|
||||||
apigo.cc/go/safe v1.5.0
|
apigo.cc/go/safe v1.5.1
|
||||||
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
||||||
github.com/jaytaylor/html2text v0.0.0-20260303211410-1a4bdc82ecec
|
github.com/jaytaylor/html2text v0.0.0-20260303211410-1a4bdc82ecec
|
||||||
github.com/jhillyerd/enmime v1.3.0
|
github.com/jhillyerd/enmime v1.3.0
|
||||||
@ -15,11 +15,11 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
apigo.cc/go/config v1.5.0 // indirect
|
apigo.cc/go/config v1.5.2 // indirect
|
||||||
apigo.cc/go/encoding v1.5.0 // indirect
|
apigo.cc/go/encoding v1.5.3 // indirect
|
||||||
apigo.cc/go/id v1.5.0 // indirect
|
apigo.cc/go/id v1.5.3 // indirect
|
||||||
apigo.cc/go/rand v1.5.0 // indirect
|
apigo.cc/go/rand v1.5.2 // indirect
|
||||||
apigo.cc/go/shell v1.5.0 // indirect
|
apigo.cc/go/shell v1.5.2 // indirect
|
||||||
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
||||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||||
github.com/clipperhouse/displaywidth v0.10.0 // indirect
|
github.com/clipperhouse/displaywidth v0.10.0 // indirect
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user