chore(deps): bump k8s.io/api from 0.33.2 to 0.33.3

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.33.2 to 0.33.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.33.2...v0.33.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-16 22:24:44 +00:00
committed by GitHub
parent f2b5c16e71
commit d641d2b2fd
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -11,8 +11,8 @@ require (
github.com/spf13/cobra v1.9.1
github.com/thediveo/netdb v1.1.2
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.33.2
k8s.io/apimachinery v0.33.2
k8s.io/api v0.33.3
k8s.io/apimachinery v0.33.3
sigs.k8s.io/yaml v1.5.0
)