Files
vantage/go.work
T
mrhid6 d9f7fa6993 feat: Add the vantagectl module and its cobra root
Its own module rather than a package under shared, so cobra and pflag stay
out of the module graphs of server, admin and sitesvc, which never use
them.
2026-09-07 13:45:20 +00:00

11 lines
80 B
Plaintext

go 1.26
use (
./admin
./agent
./server
./shared
./sitesvc
./vantagectl
)