fix(go.mod): correct replace path for core/go

Was ../host-uk/core (wrong), now ../go matching workspace layout.

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-02-20 14:20:40 +00:00
parent 74ebbe634c
commit 7075d7cbe7
No known key found for this signature in database
GPG key ID: AF404715446AEB41

2
go.mod
View file

@ -38,7 +38,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace forge.lthn.ai/core/go => ../host-uk/core
replace forge.lthn.ai/core/go => ../go
replace forge.lthn.ai/core/go-mlx => ../go-mlx