fix(go.mod): replace absolute path with relative (../math) — no machine-specific paths

This commit is contained in:
Hanzo AI
2026-05-21 16:26:56 -07:00
parent b5041ca4fd
commit c175462251
+1 -1
View File
@@ -115,4 +115,4 @@ require (
modernc.org/sqlite v1.48.0 // indirect
)
replace github.com/luxfi/math => /Users/z/work/lux/math
replace github.com/luxfi/math => ../math