gomodguard
gomodguard copied to clipboard
bug: if an import is an indirect dependency gomodguard will not block it
If someone imports a module in their code that was an indirect dependency and does not run go mod tidy
it will not detect it as a blocked dependency.