-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
26 lines (23 loc) · 992 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/BrianLeishman/go-imap
go 1.19
require (
github.com/StirlingMarketingGroup/go-retry v0.0.0-20190512160921-94a8eb23e893
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/jhillyerd/enmime v0.10.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/rs/xid v1.4.0
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
)
require (
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/sqs/go-xoauth2 v0.0.0-20120917012134-0911dad68e56 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/text v0.3.7 // indirect
)