aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-29 05:40:52 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-15 01:38:40 +0100
commit0aa048e3032f963335670fc882a4f97e3c00ee8d (patch)
tree5f510dab2da1b0c1452dcd95a736ce53421968b3 /go.mod
parent95d79341bff3c66c6d32b373994d3a1be26295b9 (diff)
downloadfeed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.tar.gz
feed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.tar.bz2
feed2imap-go-0aa048e3032f963335670fc882a4f97e3c00ee8d.zip
Bump github.com/google/uuid from 1.1.4 to 1.2.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.2.0) 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 652cfbb..36796c2 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.4
+ github.com/google/uuid v1.2.0
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mmcdole/gofeed v1.1.0
github.com/nightlyone/lockfile v1.0.0