chore: use workspace-resolved versions, drop replace directives
Forge module versions now use main branch resolution via ~/Code/go.work workspace. Removes local replace directives — the central go.work handles all cross-repo resolution during development. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
2292557fd6
commit
094d82f535
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -2,4 +2,4 @@ module forge.lthn.ai/core/go-mlx
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105
|
||||
require forge.lthn.ai/core/go-inference main
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue