mirror of
https://github.com/Fishwaldo/go-logadapter.git
synced 2025-03-15 11:21:41 +00:00
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.20.0 to 1.21.0. - [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.20.0...v1.21.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
374 B
Modula-2
13 lines
374 B
Modula-2
module github.com/Fishwaldo/go-logadapter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|