Skip to content

Commit

Permalink
TRIVIAL: Bump the gomod group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gomod group with 2 updates: [go.uber.org/zap](https://github.com/uber-go/zap) and [k8s.io/kubectl](https://github.com/kubernetes/kubectl).


Updates `go.uber.org/zap` from 1.16.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.16.0...v1.26.0)

Updates `k8s.io/kubectl` from 0.20.5 to 0.28.4
- [Commits](kubernetes/kubectl@v0.20.5...v0.28.4)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent bb01c4f commit 3ad96d6
Show file tree
Hide file tree
Showing 2 changed files with 1,531 additions and 263 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module spot-termination-handler
go 1.16

require (
go.uber.org/zap v1.16.0
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.5
k8s.io/kubectl v0.20.5
go.uber.org/zap v1.26.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/kubectl v0.28.4
)
Loading

0 comments on commit 3ad96d6

Please sign in to comment.