build(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 (#8396)

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.1 to 1.28.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.27.1...v1.28.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  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>
This commit is contained in:
dependabot[bot]
2026-08-05 16:34:30 -07:00
committed by GitHub
parent cab4467517
commit 246f0083d6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -56,7 +56,7 @@ require (
github.com/mholt/acmez/v3 v3.1.6
github.com/pires/go-proxyproto v0.15.0
github.com/prometheus/exporter-toolkit v0.17.1
go.uber.org/zap v1.27.1
go.uber.org/zap v1.28.0
golang.org/x/net v0.57.0
)