build(deps): bump k8s.io/apimachinery from 0.18.0 to 0.18.1 (#3826)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.18.0...v0.18.1)

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-04-13 09:11:17 -07:00
committed by GitHub
parent 9b5002258b
commit 11fc63e02e
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -44,7 +44,7 @@ require (
google.golang.org/grpc v1.28.0
gopkg.in/DataDog/dd-trace-go.v1 v1.23.1
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/apimachinery v0.18.1
k8s.io/client-go v0.18.0
k8s.io/klog v1.0.0
)