chore(deps): bump k8s.io/client-go from 0.33.3 to 0.33.4 (#642)

This commit is contained in:
dependabot[bot] 2025-08-19 19:44:11 -07:00 committed by GitHub
parent 4299cf808f
commit dba3ef9c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -24,9 +24,9 @@ require (
google.golang.org/grpc v1.74.2
google.golang.org/protobuf v1.36.7
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.33.3
k8s.io/api v0.33.4
k8s.io/apimachinery v0.33.4
k8s.io/client-go v0.33.3
k8s.io/client-go v0.33.4
k8s.io/code-generator v0.33.3
)