diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-28 04:58:23 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-28 08:18:56 +0200 |
commit | 6969f7e70dcdf1a67efb6111b1889b77b72c9f21 (patch) | |
tree | 44927c9e38d14ccf845801e2c7b24992592a8f0a /go.mod | |
parent | 057b53113924aa1f0347b6db65a324b49af76551 (diff) | |
download | feed2imap-go-6969f7e70dcdf1a67efb6111b1889b77b72c9f21.tar.gz feed2imap-go-6969f7e70dcdf1a67efb6111b1889b77b72c9f21.tar.bz2 feed2imap-go-6969f7e70dcdf1a67efb6111b1889b77b72c9f21.zip |
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.1...v0.5.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ require ( github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.12.0 github.com/gabriel-vasile/mimetype v1.1.1 - github.com/google/go-cmp v0.5.1 + github.com/google/go-cmp v0.5.2 github.com/google/uuid v1.1.1 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mmcdole/gofeed v1.0.0 @@ -19,6 +19,6 @@ require ( ) replace ( - github.com/mmcdole/gofeed => github.com/Necoro/gofeed v1.0.1-0.20200822192128-d9090592eb44 - github.com/jaytaylor/html2text => github.com/Necoro/html2text v0.0.0-20200822202223-2e8e4cfbb241 + github.com/jaytaylor/html2text => github.com/Necoro/html2text v0.0.0-20200822202223-2e8e4cfbb241 + github.com/mmcdole/gofeed => github.com/Necoro/gofeed v1.0.1-0.20200822192128-d9090592eb44 ) |