diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-28 05:15:52 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-02 00:15:47 +0200 |
commit | b1a945923923df1cfa802672181ea2d1c4fca66e (patch) | |
tree | b4b08ff627b288f22380ae5f1e0d2cdab427394c /go.mod | |
parent | dc19440decf28afe245226108137f8e663d490be (diff) | |
download | feed2imap-go-b1a945923923df1cfa802672181ea2d1c4fca66e.tar.gz feed2imap-go-b1a945923923df1cfa802672181ea2d1c4fca66e.tar.bz2 feed2imap-go-b1a945923923df1cfa802672181ea2d1c4fca66e.zip |
Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.5...v0.5.6)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.14.1 github.com/gabriel-vasile/mimetype v1.3.0 - github.com/google/go-cmp v0.5.5 + github.com/google/go-cmp v0.5.6 github.com/google/uuid v1.2.0 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mmcdole/gofeed v1.1.3 |