Sync CLI module imports across all command packages. Refactor daemon command with expanded functionality. Update go.mod and go.work dependencies. Co-Authored-By: Virgil <virgil@lethean.io>
11 lines
93 B
Text
11 lines
93 B
Text
go 1.25.5
|
|
|
|
use (
|
|
.
|
|
../core
|
|
../go-ai
|
|
../go-crypt
|
|
../go-devops
|
|
../go-netops
|
|
../go-scm
|
|
)
|