constellation/go.work
Otto Bittner aa422bb648
operators: move api into a dedicated submodule (#1164)
This allows external modules to import the API types more cleanly.
2023-02-13 11:52:36 +01:00

9 lines
115 B
Plaintext

go 1.19
use (
.
./hack
./operators/constellation-node-operator/
./operators/constellation-node-operator/api
)