diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-26 05:54:16 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-26 05:54:16 +0000 |
commit | cf6032df704d8741d3125d0789e0b5af3ce4c6a3 (patch) | |
tree | 601ccaad42c84fe4692124d9e0fced8850e41834 /go.mod | |
parent | 30d2e97a5b2c8bb1807365dfdd2e081474293491 (diff) |
Bump go.uber.org/zap from 1.16.0 to 1.17.0
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.16.0 to 1.17.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.16.0...v1.17.0)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ require ( github.com/yookoala/gofast v0.6.0 go.etcd.io/bbolt v1.3.5 go.uber.org/multierr v1.7.0 - go.uber.org/zap v1.16.0 + go.uber.org/zap v1.17.0 golang.org/x/net v0.0.0-20210226101413-39120d07d75e golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 |