Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.29.4
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | k8s.io/api          | v0.25.2 | v0.29.4 |
| go         | k8s.io/apimachinery | v0.25.2 | v0.29.4 |
| go         | k8s.io/client-go    | v0.25.2 | v0.29.4 |
  • Loading branch information
chii-bot[bot] committed Apr 17, 2024
1 parent b07024d commit 46c8324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ require (
github.com/sirupsen/logrus v1.9.2
github.com/spf13/viper v1.13.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/client-go v0.25.2
k8s.io/api v0.29.4
k8s.io/apimachinery v0.29.4
k8s.io/client-go v0.29.4
)

require (
Expand Down

0 comments on commit 46c8324

Please sign in to comment.