aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-28 12:59:31 +0100
committerGitHub <noreply@github.com>2020-11-28 12:59:31 +0100
commita897312f30f879e39025d8dc2db395510874e40a (patch)
tree1de9992af937f47a791f97038511264551256b82 /go.mod
parentab262f70b6d86e74c0ad0c4dd88e910046129786 (diff)
downloadfeed2imap-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 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9ae0bd8..9a0f54d 100644
--- a/go.mod
+++ b/go.mod
@@ -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