Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 1a36e71 commit 9bf3f02
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 @@ -5,9 +5,9 @@ go 1.19
require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
k8s.io/api v0.29.4
k8s.io/apimachinery v0.29.4
k8s.io/client-go v0.29.4
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
k8s.io/client-go v0.31.0
)

require (
Expand Down

0 comments on commit 9bf3f02

Please sign in to comment.