mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Merge pull request #107 from external-secrets/dependabot/go_modules/k8s.io/apimachinery-0.21.0
chore(deps): bump k8s.io/apimachinery from 0.20.5 to 0.21.0
This commit is contained in:
commit
c0839070a2
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -71,7 +71,7 @@ require (
|
|||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
k8s.io/api v0.21.0
|
||||
k8s.io/apiextensions-apiserver v0.20.2 // indirect
|
||||
k8s.io/apimachinery v0.20.5
|
||||
k8s.io/apimachinery v0.21.0
|
||||
k8s.io/client-go v0.21.0
|
||||
k8s.io/klog/v2 v2.5.0 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f // indirect
|
||||
|
|
Loading…
Reference in a new issue