mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
go: update submodules to Go 1.20 (#1503)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
dc52038dbc
commit
aa6dac684e
2
3rdparty/node-maintenance-operator/go.mod
vendored
2
3rdparty/node-maintenance-operator/go.mod
vendored
@ -1,6 +1,6 @@
|
|||||||
module github.com/edgelesssys/constellation/v2/3rdparty/node-maintenance-operator
|
module github.com/edgelesssys/constellation/v2/3rdparty/node-maintenance-operator
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
k8s.io/apimachinery v0.26.3
|
k8s.io/apimachinery v0.26.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module github.com/edgelesssys/constellation/v2/hack
|
module github.com/edgelesssys/constellation/v2/hack
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
k8s.io/api v0.0.0 => k8s.io/api v0.26.3
|
k8s.io/api v0.0.0 => k8s.io/api v0.26.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api
|
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
k8s.io/api v0.26.3
|
k8s.io/api v0.26.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2
|
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|
||||||
replace (
|
replace (
|
||||||
github.com/edgelesssys/constellation/v2 => ./../..
|
github.com/edgelesssys/constellation/v2 => ./../..
|
||||||
|
Loading…
Reference in New Issue
Block a user