micro-logger-zerolog/go.mod
dependabot[bot] 6298114470
chore(deps): bump github.com/rs/zerolog from 1.26.0 to 1.26.1
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.0...v1.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 21:36:13 +00:00

9 lines
134 B
Modula-2

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