codeintel: Auto-index (pre-module) direct dependencies of sg/sg
Created by: efritz
We currently auto-index dependencies of sg/sg, but only if they have a go.mod file. There are many small dependencies that include only go code in the root and no mod file as it pre-dates the module system (or does not depend on it as it's a leaf library with no dependencies itself).