dependabot[bot] 8fec7025ea
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>
2021-09-06 14:51:13 +00:00

11 lines
218 B
Modula-2

module github.com/unistack-org/micro-logger-service/v3
go 1.16
require (
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
)