deps: update K8s dependencies (#766)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-16 15:20:36 +01:00 committed by GitHub
parent 0e35649724
commit 35a58316f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 244 additions and 274 deletions

View file

@ -3,9 +3,9 @@ module github.com/edgelesssys/constellation/v2/operators/constellation-node-oper
go 1.19
require (
k8s.io/api v0.25.4
k8s.io/apimachinery v0.25.4
sigs.k8s.io/controller-runtime v0.13.1
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
sigs.k8s.io/controller-runtime v0.14.4
)
require (