diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/antonmedv/expr v1.8.8 github.com/emersion/go-imap v1.0.5 github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 - github.com/emersion/go-message v0.12.0 + github.com/emersion/go-message v0.13.0 github.com/gabriel-vasile/mimetype v1.1.1 github.com/google/go-cmp v0.5.2 github.com/google/uuid v1.1.2 @@ -22,6 +22,7 @@ github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9/go.mod h1 github.com/emersion/go-message v0.11.1/go.mod h1:C4jnca5HOTo4bGN9YdqNQM9sITuT3Y0K6bSUw9RklvY= github.com/emersion/go-message v0.12.0 h1:mZnv35eZ6lB6EftTQBgYXspOH0FQdhpFhSUhA9i6/Zg= github.com/emersion/go-message v0.12.0/go.mod h1:C4jnca5HOTo4bGN9YdqNQM9sITuT3Y0K6bSUw9RklvY= +github.com/emersion/go-message v0.13.0/go.mod h1:kYIioST9GDHte9/BRWgi93rpqbDuFftMjKSMaXS8ABo= github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b h1:uhWtEWBHgop1rqEk2klKaxPAkVDCXexai6hSuRQ7Nvs= github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b/go.mod h1:G/dpzLu16WtQpBfQ/z3LYiYJn3ZhKSGWn83fyoyQe/k= github.com/emersion/go-textwrapper v0.0.0-20160606182133-d0e65e56babe h1:40SWqY0zE3qCi6ZrtTf5OUdNm5lDnGnjRSq9GgmeTrg= |