Bump go.uber.org/zap from 1.21.0 to 1.22.0 in /server

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.22.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.21.0...v1.22.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>
This commit is contained in:
dependabot[bot]
2022-08-09 12:38:05 +00:00
committed by GitHub
parent 6dc26a7c33
commit 83997d2465
2 changed files with 5 additions and 7 deletions

View File

@ -9,7 +9,7 @@ require (
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/morikuni/aec v1.0.0
github.com/spf13/cobra v1.5.0
go.uber.org/zap v1.21.0
go.uber.org/zap v1.22.0
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167
)