You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ryancurrah
changed the title
bug: if an import is an indirect dependency gomodguard will miss it
bug: if an import is an indirect dependency gomodguard will not block it
Sep 25, 2024
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.The text was updated successfully, but these errors were encountered: