Merge pull request #12335 from kubernetes/dependabot/go_modules/k8s.io/kubectl-0.22.1

Bump k8s.io/kubectl from 0.22.0 to 0.22.1
pull/12334/head
Medya Ghazizadeh 2021-08-25 10:52:07 -07:00 committed by GitHub
commit be62445a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -93,7 +93,7 @@ require (
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
k8s.io/klog/v2 v2.10.0
k8s.io/kubectl v0.22.0
k8s.io/kubectl v0.22.1
k8s.io/kubernetes v1.21.3
sigs.k8s.io/sig-storage-lib-external-provisioner/v6 v6.3.0
)