chore(deps): bump k8s.io/api from 0.32.0 to 0.32.1

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.32.0 to 0.32.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  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-01-17 21:10:36 +00:00
committed by GitHub
parent 116ef658d8
commit 61ce6fb25b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/thediveo/netdb v1.1.2
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.32.0
k8s.io/api v0.32.1
k8s.io/apimachinery v0.32.1
sigs.k8s.io/yaml v1.4.0
)