dependabot[bot] 4eb9e4021c
chore(deps): bump github.com/rs/zerolog from 1.23.0 to 1.25.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.25.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.23.0...v1.25.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 21:29:47 +00:00

9 lines
149 B
Modula-2

module github.com/unistack-org/micro-logger-zerolog/v3
go 1.16
require (
github.com/rs/zerolog v1.25.0
github.com/unistack-org/micro/v3 v3.6.0
)