hydroxide-push/go.mod

25 lines
985 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-12-17 15:30:26 +02:00
github.com/emersion/go-imap v1.0.6
2019-07-19 00:34:52 +03:00
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
2020-12-17 15:30:26 +02:00
github.com/emersion/go-imap-specialuse v0.0.0-20201101201809-1ab93d3d150e
github.com/emersion/go-mbox v1.0.2
github.com/emersion/go-message v0.14.0
2020-09-15 11:38:23 +03:00
github.com/emersion/go-smtp v0.14.0
github.com/emersion/go-vcard v0.0.0-20200508080525-dd3110a24ec2
github.com/emersion/go-webdav v0.3.0
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-12-17 15:30:26 +02:00
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // 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
)
replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200605105621-11f6ee2dd602