diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-11-28 12:59:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 12:59:31 +0100 |
commit | a897312f30f879e39025d8dc2db395510874e40a (patch) | |
tree | 1de9992af937f47a791f97038511264551256b82 /go.mod | |
parent | ab262f70b6d86e74c0ad0c4dd88e910046129786 (diff) | |
download | feed2imap-go-a897312f30f879e39025d8dc2db395510874e40a.tar.gz feed2imap-go-a897312f30f879e39025d8dc2db395510874e40a.tar.bz2 feed2imap-go-a897312f30f879e39025d8dc2db395510874e40a.zip |
Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.4)
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 |
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.13.0 github.com/gabriel-vasile/mimetype v1.1.2 - github.com/google/go-cmp v0.5.2 + github.com/google/go-cmp v0.5.4 github.com/google/uuid v1.1.2 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mmcdole/gofeed v1.1.0 |