aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-20 18:21:33 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-20 20:22:38 +0200
commitc2a14778510e7166eaeb7b8cb61eac798b96b467 (patch)
treecc113563e030a01f0da8472f530c42765cc69fee /go.mod
parentc18279229cf8239a8cac501a261155a2fccc47ac (diff)
downloadfeed2imap-go-c2a14778510e7166eaeb7b8cb61eac798b96b467.tar.gz
feed2imap-go-c2a14778510e7166eaeb7b8cb61eac798b96b467.tar.bz2
feed2imap-go-c2a14778510e7166eaeb7b8cb61eac798b96b467.zip
Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 1c9ab7f..c485bd0 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/emersion/go-imap v1.0.4
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/gabriel-vasile/mimetype v1.1.1
github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.1.1
github.com/mmcdole/gofeed v1.0.0