go: clean work file (#1537)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-28 12:15:42 -04:00 committed by GitHub
parent 8e8124345b
commit 7c27d67953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ go 1.20
use ( use (
. .
./3rdparty/node-maintenance-operator
./hack ./hack
./hack/tools ./hack/tools
./operators/constellation-node-operator/ ./operators/constellation-node-operator
./operators/constellation-node-operator/api ./operators/constellation-node-operator/api
./3rdparty/node-maintenance-operator/
) )