gomodguard icon indicating copy to clipboard operation
gomodguard copied to clipboard

bug: if an import is an indirect dependency gomodguard will not block it

Open ryancurrah opened this issue 4 months ago • 0 comments

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.

ryancurrah avatar Sep 25 '24 17:09 ryancurrah