diff --git a/go.work b/go.work index 3dbea2687..14ea45f29 100644 --- a/go.work +++ b/go.work @@ -2,9 +2,9 @@ go 1.20 use ( . + ./3rdparty/node-maintenance-operator ./hack ./hack/tools - ./operators/constellation-node-operator/ + ./operators/constellation-node-operator ./operators/constellation-node-operator/api - ./3rdparty/node-maintenance-operator/ )