aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-10 20:56:39 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-03-17 22:18:21 +0100
commitb36589cbe3633803bef94a04e21170005b0561b5 (patch)
tree40610df05bd50a3cdc77be233bd21056a9dcd90d /go.mod
parent4f06fe1edad2c97609592b4bc23856b9e0901291 (diff)
downloadfeed2imap-go-b36589cbe3633803bef94a04e21170005b0561b5.tar.gz
feed2imap-go-b36589cbe3633803bef94a04e21170005b0561b5.tar.bz2
feed2imap-go-b36589cbe3633803bef94a04e21170005b0561b5.zip
Bump github.com/gabriel-vasile/mimetype from 1.4.1 to 1.4.2
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 99c0b7d..8f67391 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
github.com/emersion/go-message v0.16.0
- github.com/gabriel-vasile/mimetype v1.4.1
+ github.com/gabriel-vasile/mimetype v1.4.2
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/mitchellh/mapstructure v1.5.0