aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-16 20:03:31 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-07-17 20:10:46 +0200
commit2c3587a8484ce08dd84b54b9c05a7382945a24bd (patch)
tree6afc7e2fd6f0ee207d2dde4f98bbb8d91987add2 /go.mod
parentc62b43cf4806ac5f03599bd4f25e96357bc03148 (diff)
downloadfeed2imap-go-2c3587a8484ce08dd84b54b9c05a7382945a24bd.tar.gz
feed2imap-go-2c3587a8484ce08dd84b54b9c05a7382945a24bd.tar.bz2
feed2imap-go-2c3587a8484ce08dd84b54b9c05a7382945a24bd.zip
Bump github.com/google/uuid from 1.2.0 to 1.3.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... 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 10ece94..55253ca 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emersion/go-message v0.15.0
github.com/gabriel-vasile/mimetype v1.3.1
github.com/google/go-cmp v0.5.6
- github.com/google/uuid v1.2.0
+ github.com/google/uuid v1.3.0
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mmcdole/gofeed v1.1.3
github.com/nightlyone/lockfile v1.0.0