-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (26 loc) · 937 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (26 loc) · 937 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
25
26
27
28
29
30
31
module github.com/mathewcsims/protoxide
go 1.23.0
toolchain go1.24.2
require (
github.com/ProtonMail/go-crypto v1.3.0
github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
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.23.0
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/emersion/go-webdav v0.6.0
github.com/google/uuid v1.6.0
go.etcd.io/bbolt v1.4.2
golang.org/x/crypto v0.40.0
golang.org/x/term v0.33.0
)
require (
github.com/cloudflare/circl v1.6.1 // indirect
github.com/teambition/rrule-go v1.8.2 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
)
replace github.com/emersion/go-webdav => ./third_party/go-webdav