diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-24 10:38:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-24 10:38:12 +0000 |
| commit | f7864aecc0a56758cad22a03f89c793d2698c69c (patch) | |
| tree | 58725dda6eaadbe66e00a4a736043c3277faad95 /go.mod | |
| parent | 3fad4e4d3180a0555950278af1ec7e1f7f0433d6 (diff) | |
| download | x-f7864aecc0a56758cad22a03f89c793d2698c69c.tar.xz x-f7864aecc0a56758cad22a03f89c793d2698c69c.zip | |
build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#542)
* build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.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>
* Bump Go mod SRI
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mimi <mimi@xeserv.us>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ require ( github.com/go-shiori/go-readability v0.0.0-20230421032831-c66949dfc0ad github.com/google/go-github v17.0.0+incompatible github.com/google/subcommands v1.2.0 - github.com/google/uuid v1.5.0 + github.com/google/uuid v1.6.0 github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 github.com/joho/godotenv v1.5.1 |
