aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-20 15:41:37 +0100
committerSimon Ser <contact@emersion.fr>2020-01-20 15:41:37 +0100
commit577685ca147b0879157f1b8b1841ab7790577358 (patch)
tree9e386b668b5eddbd69e65a6c725adaad22376dcf /go.mod
parente6e457e4a72b77ca3c9d8a6154d78cb9bbf1c786 (diff)
downloadalps-577685ca147b0879157f1b8b1841ab7790577358.tar.gz
alps-577685ca147b0879157f1b8b1841ab7790577358.zip
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 7 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index 8a54e91..e00e9dc 100644
--- a/go.mod
+++ b/go.mod
@@ -3,19 +3,16 @@ module git.sr.ht/~emersion/koushin
go 1.13
require (
- github.com/emersion/go-imap v1.0.3-0.20191217110750-414e9a7e3dd8
+ github.com/emersion/go-imap v1.0.3
github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
- github.com/emersion/go-message v0.10.8
+ github.com/emersion/go-message v0.11.1
github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
github.com/emersion/go-smtp v0.12.1
- github.com/labstack/echo/v4 v4.1.11
+ github.com/labstack/echo/v4 v4.1.13
github.com/labstack/gommon v0.3.0
- github.com/mattn/go-colorable v0.1.4 // indirect
- github.com/mattn/go-isatty v0.0.11 // indirect
- github.com/valyala/fasttemplate v1.1.0 // indirect
- github.com/yuin/gopher-lua v0.0.0-20191213034115-f46add6fdb5c
- golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
- golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
- golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
+ github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
+ golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
+ golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
+ golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
layeh.com/gopher-luar v1.0.7
)