build(deps): bump k8s.io/apimachinery from 0.25.0 to 0.25.1 (#1874)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.25.0...v0.25.1)

---
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-09-19 09:07:03 +01:00
committed by GitHub
parent e21a6b214c
commit 37846483d6
2 changed files with 13 additions and 6 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.17
require (
github.com/Jeffail/gabs v1.4.0
github.com/prometheus/client_golang v1.13.0
k8s.io/apimachinery v0.25.0
k8s.io/apimachinery v0.25.1
k8s.io/client-go v0.25.0
)