hydroxide-push/go.mod

28 lines
1.1 KiB
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-09-15 11:38:23 +03:00
github.com/emersion/go-imap v1.0.5
2019-07-19 00:34:52 +03:00
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
2020-09-15 11:38:23 +03:00
github.com/emersion/go-imap-specialuse v0.0.0-20200722111535-598ff00e4075
github.com/emersion/go-mbox v1.0.1
github.com/emersion/go-message v0.12.0
github.com/emersion/go-smtp v0.14.0
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
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
2020-09-15 11:38:23 +03:00
github.com/martinlindhe/base36 v1.1.0 // indirect
2019-08-31 16:22:08 +03:00
github.com/stretchr/testify v1.4.0 // indirect
2020-09-15 11:38:23 +03:00
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20200915050820-6d893a6b696e // indirect
golang.org/x/text v0.3.3 // 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