Skip to content

Commit

Permalink
upgrade kubernetes to v1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Apr 8, 2024
1 parent 16cf558 commit 5ccd2e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
github.com/spf13/cobra v1.7.0
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
k8s.io/component-base v0.28.3
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
k8s.io/component-base v0.29.3
k8s.io/klog/v2 v2.100.1
k8s.io/kubernetes v1.28.3
k8s.io/kubernetes v1.29.3
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
)

Expand Down

0 comments on commit 5ccd2e5

Please sign in to comment.