Open
Description
Hey,
Could you please include this in your bundle: https://github.com/camdencheek/tree-sitter-go-mod
When loading go-ts-mode in GNU Emacs 30.1, it aggressively (without quiet flag) searches not just for tree-sitter-go, but also for tree-sitter-go-mod (even if the user doesn't want to change module files, only source files).
I of course reported bug in GNU Emacs (and might provide patch when I have time), but given how slow they are, the faster way to fix it and improve your bundle would be to add go-mod too.
Thanks!