build(deps): bump k8s.io/apimachinery from 0.19.2 to 0.19.3 (#4235)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.19.2 to 0.19.3.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.19.2...v0.19.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-10-26 05:42:06 -07:00
committed by GitHub
parent 183b82fcf2
commit 9ea5c20979
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -37,7 +37,7 @@ require (
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.27.1
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.2
k8s.io/klog v1.0.0
)