chore: add core/go to go.mod require block
Prerequisite for CLI migration to core/go pkg/cli framework. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c8fc0b515b
commit
131d1694b2
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -3,6 +3,7 @@ module forge.lthn.ai/lthn/lem
|
|||
go 1.25.6
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f
|
||||
forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a
|
||||
forge.lthn.ai/core/go-ml v0.0.0-20260222174836-950b67d25dd8
|
||||
forge.lthn.ai/core/go-mlx v0.0.0-20260221191404-2292557fd65f
|
||||
|
|
@ -20,7 +21,6 @@ replace (
|
|||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f // indirect
|
||||
forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105 // indirect
|
||||
github.com/andybalholm/brotli v1.2.0 // indirect
|
||||
github.com/apache/arrow-go/v18 v18.5.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue