go 1.26.3 use ./backend // The scrabble-solver engine is consumed in-process as a library. Its module // path is the bare "scrabble-solver" (not a URL), so it cannot be fetched as a // versioned dependency via VCS; the workspace points it at the sibling checkout. // CI clones that sibling next to this repository before building. replace scrabble-solver => ../scrabble-solver