build(deps): bump k8s.io/apimachinery from 0.24.3 to 0.24.4 (#1841)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.3 to 0.24.4.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.24.3...v0.24.4)

---
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-08-19 14:37:42 +01:00
committed by GitHub
parent 67501d0759
commit 1a0410fda6
2 changed files with 3 additions and 2 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.24.3
k8s.io/apimachinery v0.24.4
k8s.io/client-go v0.24.3
)