hydroxide-push/go.mod

21 lines
928 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
require (
2018-10-21 11:56:33 +03:00
github.com/boltdb/bolt v1.3.1
2019-07-19 00:34:52 +03:00
github.com/davecgh/go-spew v1.1.1 // indirect
2018-10-21 11:56:33 +03:00
github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
2019-07-19 00:34:52 +03:00
github.com/emersion/go-imap v1.0.0
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
2018-10-21 11:56:33 +03:00
github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62
2019-08-14 23:05:09 +03:00
github.com/emersion/go-message v0.10.6
2019-07-24 22:08:03 +03:00
github.com/emersion/go-smtp v0.11.2
2019-04-03 19:40:00 +03:00
github.com/emersion/go-vcard v0.0.0-20190105225839-8856043f13c5
2018-10-21 11:56:33 +03:00
github.com/emersion/go-webdav v0.0.0-20180509190321-4ef680e9a32f
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
2019-07-19 00:34:52 +03:00
github.com/martinlindhe/base36 v1.0.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
2019-08-14 23:05:09 +03:00
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
2018-03-04 19:16:06 +02:00
)