hydroxide-push/go.mod

21 lines
728 B
Modula-2
Raw Permalink Normal View History

2024-03-26 21:26:28 +02:00
module github.com/0ranki/hydroxide-push
2018-03-04 19:16:06 +02:00
2019-11-14 09:35:11 +02:00
go 1.13
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
2023-11-09 10:49:37 +02:00
github.com/cloudflare/circl v1.3.6 // indirect
2018-10-21 11:56:33 +03:00
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-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
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
2024-03-26 21:26:28 +02:00
github.com/emersion/hydroxide v0.2.28
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
)