feat: re-enable go-build imports (SDK dep conflict fixed)
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
5ebdc602d1
commit
91de96994a
1 changed files with 3 additions and 4 deletions
|
|
@ -8,10 +8,9 @@ import (
|
|||
"forge.lthn.ai/core/cli/pkg/cli"
|
||||
|
||||
// Ecosystem commands — self-register via init() + cli.RegisterCommands()
|
||||
// TODO: go-build has SDK dep conflict (kin-openapi vs oasdiff), uncomment when fixed
|
||||
// _ "forge.lthn.ai/core/go-build/cmd/build"
|
||||
// _ "forge.lthn.ai/core/go-build/cmd/ci"
|
||||
// _ "forge.lthn.ai/core/go-build/cmd/sdk"
|
||||
_ "forge.lthn.ai/core/go-build/cmd/build"
|
||||
_ "forge.lthn.ai/core/go-build/cmd/ci"
|
||||
_ "forge.lthn.ai/core/go-build/cmd/sdk"
|
||||
_ "forge.lthn.ai/core/go-crypt/cmd/crypt"
|
||||
_ "forge.lthn.ai/core/go-devops/cmd/deploy"
|
||||
_ "forge.lthn.ai/core/go-devops/cmd/dev"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue