Bump github.com/google/uuid from 1.1.1 to 1.3.0

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.1...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>
This commit is contained in:
dependabot[bot] 2022-05-17 21:40:52 +00:00 committed by GitHub
parent 38b6caf41e
commit e7257ff5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.11
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.1
github.com/google/uuid v1.3.0
github.com/jackc/pgconn v1.12.0
github.com/lib/pq v1.10.5
github.com/mattn/go-sqlite3 v1.14.8