forked from BrianLeishman/go-imap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (20 loc) · 764 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
module github.com/hnord-vdx/go-imap
go 1.21.4
toolchain go1.22.2
require (
github.com/chk-n/retry v1.0.0
github.com/jhillyerd/enmime v0.10.0
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/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/text v0.3.7 // indirect
)