chore(deps): bump k8s.io/apimachinery from 0.33.1 to 0.33.2

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.33.1 to 0.33.2.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.1...v0.33.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.2
  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-06-19 22:58:04 +00:00
committed by GitHub
parent 36f6413917
commit c08b45b526
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/thediveo/netdb v1.1.2
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.33.1
k8s.io/apimachinery v0.33.1
k8s.io/apimachinery v0.33.2
sigs.k8s.io/yaml v1.4.0
)