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:
parent
74ebbe634c
commit
7075d7cbe7
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue