diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-20 18:21:33 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-06-20 20:22:38 +0200 |
commit | c2a14778510e7166eaeb7b8cb61eac798b96b467 (patch) | |
tree | cc113563e030a01f0da8472f530c42765cc69fee | |
parent | c18279229cf8239a8cac501a261155a2fccc47ac (diff) | |
download | feed2imap-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>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -29,6 +29,8 @@ github.com/emersion/go-textwrapper v0.0.0-20160606182133-d0e65e56babe h1:40SWqY0 github.com/emersion/go-textwrapper v0.0.0-20160606182133-d0e65e56babe/go.mod h1:aqO8z8wPrjkscevZJFVE1wXJrLpC5LtJG7fqLOsPb2U= github.com/gabriel-vasile/mimetype v1.1.0 h1:+ahX+MvQPFve4kO9Qjjxf3j49i0ACdV236kJlOCRAnU= github.com/gabriel-vasile/mimetype v1.1.0/go.mod h1:6CDPel/o/3/s4+bp6kIbsWATq8pmgOisOPG40CJa6To= +github.com/gabriel-vasile/mimetype v1.1.1 h1:qbN9MPuRf3bstHu9zkI9jDWNfH//9+9kHxr9oRBBBOA= +github.com/gabriel-vasile/mimetype v1.1.1/go.mod h1:6CDPel/o/3/s4+bp6kIbsWATq8pmgOisOPG40CJa6To= github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg= github.com/gdamore/tcell v1.3.0/go.mod h1:Hjvr+Ofd+gLglo7RYKxxnzCBmev3BzsS67MebKS4zMM= github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4= |