diff options
author | 2020-03-19 16:43:27 +0100 | |
---|---|---|
committer | 2020-03-19 16:43:27 +0100 | |
commit | b61e40f36309e94541a6de3aff6d7356e9d7f99f (patch) | |
tree | 671d0eab642d7888f3926353f3a1b43cf3bd528a /go.mod | |
parent | fe73f2022c89ab7e32644668a3499698dd2f8368 (diff) | |
download | alps-b61e40f36309e94541a6de3aff6d7356e9d7f99f.tar.gz alps-b61e40f36309e94541a6de3aff6d7356e9d7f99f.tar.bz2 alps-b61e40f36309e94541a6de3aff6d7356e9d7f99f.zip |
plugins/base: allow move/delete/flag operations to take multiple UIDs
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,8 +5,9 @@ go 1.13 require ( github.com/aymerick/douceur v0.2.0 github.com/chris-ramon/douceur v0.2.0 - github.com/emersion/go-ical v0.0.0-20200225182515-5cc64a0054ad // indirect - github.com/emersion/go-imap v1.0.3 + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect + github.com/emersion/go-ical v0.0.0-20200225233454-26ef720b8bf1 // indirect + github.com/emersion/go-imap v1.0.4 github.com/emersion/go-imap-metadata v0.0.0-20200128185110-9d939d2a0915 github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342 github.com/emersion/go-imap-specialuse v0.0.0-20161227184202-ba031ced6a62 @@ -17,14 +18,13 @@ require ( github.com/emersion/go-webdav v0.2.1-0.20200227113614-abadf534f49a github.com/google/uuid v1.1.1 github.com/gorilla/css v1.0.0 // indirect - github.com/labstack/echo/v4 v4.1.15-0.20200203180927-504f39abaf32 + github.com/labstack/echo/v4 v4.1.15 github.com/labstack/gommon v0.3.0 - github.com/mattn/go-isatty v0.0.12 // indirect github.com/microcosm-cc/bluemonday v1.0.2 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 - golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect - golang.org/x/net v0.0.0-20200225223329-5d076fcf07a8 - golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect + golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 // indirect + golang.org/x/net v0.0.0-20200301022130-244492dfa37a + golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect layeh.com/gopher-luar v1.0.7 ) |