aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-07-11 09:44:52 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-12 11:26:39 -0400
commit840b5bd633c4376f32e345e0a7fb9c45a6ceddfe (patch)
tree1d95618af29740c4a850c11a7381fb465216bc36 /go.mod
parent1b8b6e218c7a70cb61c5449a204e38738b7bd945 (diff)
Handle the invalid "utf8" encoding
See commit 0bfc369eb68a1d34ea0ee983f218e97a14099959 in the go-message package.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fc5b0b5..2fb4ac8 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/emersion/go-imap v1.0.0-beta.6
github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
github.com/emersion/go-maildir v0.0.0-20190505155239-cec913e0802c
- github.com/emersion/go-message v0.10.3
+ github.com/emersion/go-message v0.10.4
github.com/emersion/go-sasl v0.0.0-20190704090222-36b50694675c
github.com/emersion/go-smtp v0.11.1
github.com/gdamore/tcell v1.1.2