Bump github.com/google/uuid from 1.2.0 to 1.3.0 (#41)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-17 08:42:17 +03:00
committed by GitHub
parent 64625c693e
commit d67c91e01c
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unistack-org/micro-logger-service/v3
go 1.16
require (
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/unistack-org/micro/v3 v3.3.17
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.26.0