aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-09 13:40:03 +0100
committerGitHub <noreply@github.com>2021-01-09 13:40:03 +0100
commitd7dd8ae607e407f64dd3ba2b26cc8df89a30981e (patch)
tree453515aab9467224dfd8ad180b583f99233ec0fd /go.mod
parent0ea18530f3f732adf141de3612718f8b9d253a91 (diff)
downloadfeed2imap-go-d7dd8ae607e407f64dd3ba2b26cc8df89a30981e.tar.gz
feed2imap-go-d7dd8ae607e407f64dd3ba2b26cc8df89a30981e.tar.bz2
feed2imap-go-d7dd8ae607e407f64dd3ba2b26cc8df89a30981e.zip
Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)
Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.0...v0.14.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 f764c87..3bd8ceb 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/antonmedv/expr v1.8.9
github.com/emersion/go-imap v1.0.6
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
- github.com/emersion/go-message v0.14.0
+ github.com/emersion/go-message v0.14.1
github.com/gabriel-vasile/mimetype v1.1.2
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.1.2