deps: update K8s dependencies (#1496)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-23 08:53:06 +01:00 committed by GitHub
parent be94710f5b
commit 3f35a6c904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 180 additions and 180 deletions

View file

@ -3,8 +3,8 @@ module github.com/edgelesssys/constellation/v2/operators/constellation-node-oper
go 1.19
require (
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
sigs.k8s.io/controller-runtime v0.14.5
)