hydroxide-push/go.mod

22 lines
883 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
2019-11-14 09:35:11 +02:00
go 1.13
2018-03-04 19:16:06 +02:00
require (
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
2020-02-04 22:28:25 +02:00
github.com/emersion/go-imap v1.0.3
2019-07-19 00:34:52 +03:00
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
2020-01-18 11:32:32 +02:00
github.com/emersion/go-message v0.11.1
2019-12-08 13:25:26 +02:00
github.com/emersion/go-smtp v0.12.1
2020-01-18 11:32:32 +02:00
github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
2020-02-04 22:28:25 +02:00
github.com/emersion/go-webdav v0.2.1-0.20200203205455-3ea3818dd842
2019-11-14 09:35:11 +02:00
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
2019-08-31 16:22:08 +03:00
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
2020-02-04 22:28:25 +02:00
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
2019-08-31 16:22:08 +03:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-03-04 19:16:06 +02:00
)