micro-logger-zerolog/go.mod
dependabot[bot] 33e14d9b85
chore(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (#101)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 06:50:07 +03:00

10 lines
199 B
Modula-2

module go.unistack.org/micro-logger-zerolog/v3
go 1.16
require (
github.com/rs/zerolog v1.29.0
go.unistack.org/micro/v3 v3.10.5
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)