From f419162bb98205871b5d28e0b7ef23d87fa2adb2 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 21 Oct 2018 10:56:33 +0200 Subject: [PATCH] Update dependencies --- go.mod | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/go.mod b/go.mod index a84025e..431a130 100644 --- a/go.mod +++ b/go.mod @@ -1,20 +1,20 @@ -module "github.com/emersion/hydroxide" +module github.com/emersion/hydroxide require ( - "github.com/boltdb/bolt" v1.3.1 - "github.com/emersion/go-bcrypt" v0.0.0-20170822072041-6e724a1baa63 - "github.com/emersion/go-imap" v1.0.0-beta.1 - "github.com/emersion/go-imap-move" v0.0.0-20171113211453-195a3cea1e10 - "github.com/emersion/go-imap-specialuse" v0.0.0-20161227184202-ba031ced6a62 - "github.com/emersion/go-message" v0.9.1 - "github.com/emersion/go-sasl" v0.0.0-20161116183048-7e096a0a6197 - "github.com/emersion/go-smtp" v0.0.0-20180309082851-d7437cd112af - "github.com/emersion/go-textwrapper" v0.0.0-20160606182133-d0e65e56babe - "github.com/emersion/go-vcard" v0.0.0-20171002085919-e65e62c72276 - "github.com/emersion/go-webdav" v0.0.0-20170914095157-f8d9f83cbc04 - "github.com/howeyc/gopass" v0.0.0-20170109162249-bf9dde6d0d2c - "golang.org/x/crypto" v0.0.0-20180308185624-c7dcf104e3a7 - "golang.org/x/net" v0.0.0-20180308154319-d0aafc73d5cd - "golang.org/x/sys" v0.0.0-20180308152046-7dca6fe1f437 - "golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38 + github.com/boltdb/bolt v1.3.1 + github.com/emersion/go-bcrypt v0.0.0-20170822072041-6e724a1baa63 + github.com/emersion/go-imap v1.0.0-beta.1 + github.com/emersion/go-imap-move v0.0.0-20180601155324-5eb20cb834bf + github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62 + github.com/emersion/go-message v0.9.1 + github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 + github.com/emersion/go-smtp v0.0.0-20180917150411-7162b2ca3bcb + github.com/emersion/go-textwrapper v0.0.0-20160606182133-d0e65e56babe + github.com/emersion/go-vcard v0.0.0-20181001195144-be59a9be3b3f + github.com/emersion/go-webdav v0.0.0-20180509190321-4ef680e9a32f + github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c + golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e + golang.org/x/net v0.0.0-20181017193950-04a2e542c03f + golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 + golang.org/x/text v0.3.0 )