aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-03 16:27:49 +0100
committerSimon Ser <contact@emersion.fr>2019-12-03 16:27:49 +0100
commit89cebfd8199d172058ff89cd8586ed12866139e0 (patch)
tree680ecca3e65eb824af3477eef4c84dacff3cff60 /go.mod
parent702719c072dea73ed5ec046fa640b3151ebcbc55 (diff)
downloadalps-89cebfd8199d172058ff89cd8586ed12866139e0.tar.gz
alps-89cebfd8199d172058ff89cd8586ed12866139e0.zip
Add basic SMTP support
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 9 insertions, 1 deletions
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
)