diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-19 05:22:00 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-06-20 20:19:46 +0200 |
commit | c18279229cf8239a8cac501a261155a2fccc47ac (patch) | |
tree | 21ff4e2aa1cfcaf7ef2eb3dd1c72b79fce03b136 /go.mod | |
parent | 5a93e91c40c6b24500d3334f0b567f82f602be95 (diff) | |
download | feed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.tar.gz feed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.tar.bz2 feed2imap-go-c18279229cf8239a8cac501a261155a2fccc47ac.zip |
Bump github.com/google/go-cmp from 0.4.1 to 0.5.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.11.3-0.20200422153910-8c6ac6b57e3d github.com/gabriel-vasile/mimetype v1.1.0 - github.com/google/go-cmp v0.4.1 + github.com/google/go-cmp v0.5.0 github.com/google/uuid v1.1.1 github.com/mmcdole/gofeed v1.0.0 golang.org/x/net v0.0.0-20200506145744-7e3656a0809f |