Skip to content

Commit

Permalink
build(deps): bump go.uber.org/zap from 1.15.0 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.15.0 to 1.26.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.15.0...v1.26.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 63e8a76 commit 89fbb4e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 55 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/openshift/api v3.9.0+incompatible
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.15.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/mod v0.4.2
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
k8s.io/api v0.20.2
Expand All @@ -26,6 +27,5 @@ require (
k8s.io/client-go v0.20.2
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/controller-runtime v0.7.0
golang.org/x/mod v0.4.2

)
Loading

0 comments on commit 89fbb4e

Please sign in to comment.