aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 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
diff --git a/go.sum b/go.sum
index 0000ead..9edbe97 100644
--- a/go.sum
+++ b/go.sum
@@ -38,8 +38,8 @@ github.com/google/go-cmp v0.5.4 h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
-github.com/google/uuid v1.1.4 h1:0ecGp3skIrHWPNGPJDaBIghfA6Sp7Ruo2Io8eLKzWm0=
-github.com/google/uuid v1.1.4/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
+github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/json-iterator/go v1.1.10 h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=
github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
github.com/lucasb-eyer/go-colorful v1.0.2/go.mod h1:0MS4r+7BZKSJ5mw4/S5MPN+qHFF1fYclkSPilDOKW0s=