1b4f3c1e53
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.18.1 to 1.19.1. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.18.1...v1.19.1) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
219 B
Modula-2
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.6.0
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.19.1
|
|
)
|