build(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.5.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.3.1...v1.5.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>
This commit is contained in:
dependabot[bot]
2023-12-13 10:03:01 +00:00
committed by GitHub
parent 6a7dcd36ec
commit 9a907dd872
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/gogf/gf/contrib/nosql/redis/v2 v2.5.4
github.com/gogf/gf/v2 v2.5.4
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/uuid v1.3.1
github.com/google/uuid v1.5.0
github.com/hamster1963/360-router-data-retriever v0.2.8
)