Skip to content

Commit 4b6614c

Browse files
committed
Update dependencies
1 parent 75984c4 commit 4b6614c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ module github.com/emersion/hydroxide
22

33
require (
44
github.com/boltdb/bolt v1.3.1
5-
github.com/davecgh/go-spew v1.1.1 // indirect
65
github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63
76
github.com/emersion/go-imap v1.0.0
87
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
98
github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62
10-
github.com/emersion/go-message v0.10.6
9+
github.com/emersion/go-message v0.10.7
10+
github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e // indirect
1111
github.com/emersion/go-smtp v0.11.2
1212
github.com/emersion/go-vcard v0.0.0-20190105225839-8856043f13c5
1313
github.com/emersion/go-webdav v0.0.0-20180509190321-4ef680e9a32f
1414
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
15-
github.com/martinlindhe/base36 v1.0.0 // indirect
16-
github.com/stretchr/testify v1.3.0 // indirect
17-
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
18-
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
19-
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
15+
github.com/kr/pretty v0.1.0 // indirect
16+
github.com/stretchr/testify v1.4.0 // indirect
17+
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
18+
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
19+
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
20+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2021
)

0 commit comments

Comments
 (0)