mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore(deps): bump k8s.io/client-go from 0.20.2 to 0.20.5
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.20.2 to 0.20.5. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.20.2...v0.20.5) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c0765b49d4
commit
0e53fbf148
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -56,7 +56,7 @@ require (
|
|||
k8s.io/api v0.20.5
|
||||
k8s.io/apiextensions-apiserver v0.20.2 // indirect
|
||||
k8s.io/apimachinery v0.20.5
|
||||
k8s.io/client-go v0.20.2
|
||||
k8s.io/client-go v0.20.5
|
||||
k8s.io/klog/v2 v2.5.0 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f // indirect
|
||||
sigs.k8s.io/controller-runtime v0.8.1
|
||||
|
|
Loading…
Reference in a new issue