Bump k8s.io/api from 0.31.2 to 0.31.3

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.31.2 to 0.31.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.31.2...v0.31.3)

---
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]
2024-11-21 22:25:10 +00:00
committed by GitHub
parent 49045a2ccd
commit b69e7e65b5
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -12,8 +12,8 @@ require (
github.com/thediveo/netdb v1.1.2
golang.org/x/mod v0.22.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.31.2
k8s.io/apimachinery v0.31.2
k8s.io/api v0.31.3
k8s.io/apimachinery v0.31.3
sigs.k8s.io/yaml v1.4.0
)