diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-09 13:40:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 13:40:03 +0100 |
commit | d7dd8ae607e407f64dd3ba2b26cc8df89a30981e (patch) | |
tree | 453515aab9467224dfd8ad180b583f99233ec0fd | |
parent | 0ea18530f3f732adf141de3612718f8b9d253a91 (diff) | |
download | feed2imap-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 '')
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -22,8 +22,8 @@ github.com/emersion/go-imap v1.0.6/go.mod h1:yKASt+C3ZiDAiCSssxg9caIckWF/JG7ZQTO github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 h1:2Kbw3iu7fFeSso6RWIArVNUj1VGG2PvjetnPUW7bnis= github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9/go.mod h1:GfiSiw/du0221I3Cf4F0DqX3Bv5Xe580gIIATrQtnJg= github.com/emersion/go-message v0.11.1/go.mod h1:C4jnca5HOTo4bGN9YdqNQM9sITuT3Y0K6bSUw9RklvY= -github.com/emersion/go-message v0.14.0 h1:RMEs13hsCJ6I+bsjwD/pq38+bYEj8nMqb/0LUw/PEG8= -github.com/emersion/go-message v0.14.0/go.mod h1:N1JWdZQ2WRUalmdHAX308CWBq747VJ8oUorFI3VCBwU= +github.com/emersion/go-message v0.14.1 h1:j3rj9F+7VtXE9c8P5UHBq8FTHLW/AjnmvSRre6AHoYI= +github.com/emersion/go-message v0.14.1/go.mod h1:N1JWdZQ2WRUalmdHAX308CWBq747VJ8oUorFI3VCBwU= 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= |