aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum1
2 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0e61b44..23470e7 100644
--- a/go.mod
+++ b/go.mod
@@ -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
diff --git a/go.sum b/go.sum
index c17eaf6..1e47f63 100644
--- a/go.sum
+++ b/go.sum
@@ -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=