micro-logger-zap/go.mod
dependabot[bot] 61e123954a
Bump github.com/unistack-org/micro/v3 from 3.6.0 to 3.7.1
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.6.0...v3.7.1)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 05:45:59 +00:00

11 lines
219 B
Modula-2

module github.com/unistack-org/micro-logger-zap/v3
go 1.16
require (
github.com/unistack-org/micro/v3 v3.7.1
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
)