hydroxide-push/go.mod

26 lines
859 B
Modula-2
Raw Normal View History

2018-10-21 11:56:33 +03:00
module github.com/emersion/hydroxide
2018-03-04 19:16:06 +02:00
2024-04-05 18:59:22 +03:00
go 1.17
2019-11-14 09:35:11 +02:00
2018-03-04 19:16:06 +02:00
require (
2023-11-09 10:49:37 +02:00
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
2018-10-21 11:56:33 +03:00
github.com/boltdb/bolt v1.3.1
github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
github.com/emersion/go-imap v1.2.1
2022-08-21 17:50:25 +03:00
github.com/emersion/go-mbox v1.0.3
2023-11-09 10:49:37 +02:00
github.com/emersion/go-message v0.17.0
github.com/emersion/go-smtp v0.19.0
2023-08-24 09:20:32 +03:00
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/emersion/go-webdav v0.3.2-0.20220524091811-5d845721d8f7
2023-11-09 10:49:37 +02:00
golang.org/x/crypto v0.15.0
golang.org/x/term v0.14.0
2018-03-04 19:16:06 +02:00
)
2024-04-05 18:59:22 +03:00
require (
github.com/cloudflare/circl v1.3.6 // indirect
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)