diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-16 20:03:31 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-07-17 20:10:46 +0200 |
commit | 2c3587a8484ce08dd84b54b9c05a7382945a24bd (patch) | |
tree | 6afc7e2fd6f0ee207d2dde4f98bbb8d91987add2 /go.mod | |
parent | c62b43cf4806ac5f03599bd4f25e96357bc03148 (diff) | |
download | feed2imap-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 '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |