Add go.mod for vgo

This commit is contained in:
emersion 2018-03-04 18:16:06 +01:00
parent 9c60924294
commit a2280ce8eb
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 20 additions and 0 deletions

20
go.mod Normal file
View File

@ -0,0 +1,20 @@
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-20180204110156-a63104657743
"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-20180228161326-91a49db82a88
"golang.org/x/net" v0.0.0-20180301190904-22ae77b79946
"golang.org/x/sys" v0.0.0-20180302081741-dd2ff4accc09
"golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38
)