Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.29.3
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.3 |
| go         | k8s.io/apimachinery            | v0.29.1 | v0.29.3 |
| go         | k8s.io/client-go               | v0.29.1 | v0.29.3 |
  • Loading branch information
angelnu-bot[bot] committed Mar 16, 2024
1 parent 6385961 commit 2351fe8
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.3
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.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
)

require (
Expand Down

0 comments on commit 2351fe8

Please sign in to comment.