-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 702 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 702 Bytes
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/emersion/hydroxide
go 1.24.0
require (
github.com/ProtonMail/go-crypto v1.3.0
github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-mbox v1.0.4
github.com/emersion/go-message v0.18.2
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
github.com/emersion/go-smtp v0.24.0
github.com/emersion/go-vcard v0.0.0-20241024213814-c9703dde27ff
github.com/emersion/go-webdav v0.7.0
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.46.0
golang.org/x/term v0.38.0
)
require (
github.com/cloudflare/circl v1.6.1 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)