hydroxide-push/go.mod

25 lines
709 B
Modula-2
Raw Normal View History

module github.com/0ranki/hydroxide-push
2018-03-04 19:16:06 +02:00
go 1.22
2019-11-14 09:35:11 +02:00
2018-03-04 19:16:06 +02:00
require (
2024-04-14 18:36:50 +03:00
github.com/ProtonMail/go-crypto v1.0.0
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
2024-04-14 18:36:50 +03:00
github.com/emersion/go-message v0.18.1
2024-04-14 18:36:25 +03:00
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
2024-04-14 18:34:11 +03:00
github.com/emersion/go-smtp v0.21.1
2023-08-24 09:20:32 +03:00
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
2024-04-14 18:36:25 +03:00
github.com/emersion/go-webdav v0.5.0
2024-04-14 18:36:50 +03:00
golang.org/x/crypto v0.22.0
golang.org/x/term v0.19.0
2018-03-04 19:16:06 +02:00
)
2024-04-05 18:59:22 +03:00
require (
2024-04-14 18:36:50 +03:00
github.com/cloudflare/circl v1.3.7 // indirect
golang.org/x/sys v0.19.0 // indirect
2024-04-05 18:59:22 +03:00
golang.org/x/text v0.14.0 // indirect
)