aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-08 06:05:32 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-01-09 13:40:49 +0100
commit00df679d432dc25dd657ab2569197cca5b29f562 (patch)
tree8ef12a89a77e730e0c5cf4a9108244ca298407df /go.mod
parentd7dd8ae607e407f64dd3ba2b26cc8df89a30981e (diff)
downloadfeed2imap-go-00df679d432dc25dd657ab2569197cca5b29f562.tar.gz
feed2imap-go-00df679d432dc25dd657ab2569197cca5b29f562.tar.bz2
feed2imap-go-00df679d432dc25dd657ab2569197cca5b29f562.zip
Bump github.com/google/uuid from 1.1.2 to 1.1.4
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.4) 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 3bd8ceb..1dda3be 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emersion/go-message v0.14.1
github.com/gabriel-vasile/mimetype v1.1.2
github.com/google/go-cmp v0.5.4
- github.com/google/uuid v1.1.2
+ github.com/google/uuid v1.1.4
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mmcdole/gofeed v1.1.0
github.com/nightlyone/lockfile v1.0.0