-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
29 lines (26 loc) · 971 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
27
28
29
module github.com/wrouesnel/emailcli
go 1.23.0
require (
github.com/alecthomas/kong v0.9.0
github.com/integralist/go-findroot v0.0.0-20160518114804-ac90681525dc
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/magefile/mage v1.15.0
github.com/mholt/archiver v3.1.1+incompatible
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.12.0
github.com/samber/lo v1.47.0
go.uber.org/zap v1.27.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.14.6 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/text v0.16.0 // indirect
)