aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-11 19:54:03 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-09-11 21:59:21 +0200
commit8600879263c542fd4b18281e7d5bf8962cdfdbd6 (patch)
treeea21b350b05f480641c53361eae07b21e4a39db8 /go.mod
parentd89a96e7d68b62817119c284a6a140fcf131ca4a (diff)
downloadfeed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.tar.gz
feed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.tar.bz2
feed2imap-go-8600879263c542fd4b18281e7d5bf8962cdfdbd6.zip
Bump github.com/google/uuid from 1.1.1 to 1.1.2
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.1.2) 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 043c7b0..278045e 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emersion/go-message v0.12.0
github.com/gabriel-vasile/mimetype v1.1.1
github.com/google/go-cmp v0.5.2
- github.com/google/uuid v1.1.1
+ github.com/google/uuid v1.1.2
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mmcdole/gofeed v1.0.1
github.com/nightlyone/lockfile v1.0.0