build(deps): bump k8s.io/apimachinery from 0.25.2 to 0.25.3 (#5693)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.25.2...v0.25.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-17 11:05:54 -04:00
committed by GitHub
parent d7967713c7
commit b785faab15
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
google.golang.org/protobuf v1.28.1
gopkg.in/DataDog/dd-trace-go.v1 v1.42.1
k8s.io/api v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/apimachinery v0.25.3
k8s.io/client-go v0.24.4
k8s.io/klog/v2 v2.80.1
)