Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.29.2
Browse files Browse the repository at this point in the history
| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| go         | k8s.io/apiextensions-apiserver | v0.29.1 | v0.29.2 |
| go         | k8s.io/apimachinery            | v0.29.1 | v0.29.2 |
| go         | k8s.io/client-go               | v0.29.1 | v0.29.2 |
  • Loading branch information
angelnu-bot[bot] committed Feb 17, 2024
1 parent 79e5bf6 commit 0332674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.19
require (
github.com/cert-manager/cert-manager v1.14.1
github.com/mhenderson-so/godnsmadeeasy v0.0.0-20161117210134-6c4a59b67887
k8s.io/apiextensions-apiserver v0.29.1
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
)

require (
Expand Down

0 comments on commit 0332674

Please sign in to comment.