From 89cebfd8199d172058ff89cd8586ed12866139e0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Dec 2019 16:27:49 +0100 Subject: Add basic SMTP support --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 669cb67..be3095a 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,14 @@ go 1.13 require ( github.com/emersion/go-imap v1.0.1 - github.com/emersion/go-message v0.10.4-0.20190609165112-592ace5bc1ca + github.com/emersion/go-message v0.10.8 + github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e + github.com/emersion/go-smtp v0.12.0 github.com/labstack/echo/v4 v4.1.11 + github.com/mattn/go-colorable v0.1.4 // indirect + github.com/mattn/go-isatty v0.0.10 // indirect + github.com/valyala/fasttemplate v1.1.0 // indirect + golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect + golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect + golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect ) -- cgit v1.2.3