From 4fb2a3ff9cb8f1acbc19ab6da4043cabec7eec99 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 11 May 2021 00:56:53 +0200 Subject: Update dependencies --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 141a004..cc28c66 100644 --- a/go.mod +++ b/go.mod @@ -8,13 +8,13 @@ require ( github.com/emersion/go-imap v1.0.6 github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.14.1 - github.com/gabriel-vasile/mimetype v1.1.2 + github.com/gabriel-vasile/mimetype v1.3.0 github.com/google/go-cmp v0.5.5 github.com/google/uuid v1.2.0 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mmcdole/gofeed v1.1.3 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.0.0-20200822124328-c89045814202 + golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 ) -- cgit v1.2.3-54-g00ecf