build(deps): bump k8s.io/apimachinery from 0.24.1 to 0.24.3

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.24.1 to 0.24.3.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.24.1...v0.24.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>
This commit is contained in:
dependabot[bot]
2022-07-14 22:33:55 +00:00
committed by GitHub
parent 30a6c1bb4a
commit 89cc23a606
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.12.2
k8s.io/apimachinery v0.24.1
k8s.io/apimachinery v0.24.3
k8s.io/client-go v0.24.1
)