diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ) |