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
Introduce the depguard linter to forbid required dependencies in the
submodules. This is a clean way to achieve what we had before in the
go.mod by using a replacement and pointing the forbidden package to a
virtual non-existent directory "FORBIDDEN_DEPENDENCY". Now, if a package
requires a forbidden dependency, the linter will fail, rather than
having Go fail to compile/fetch dependencies.
Signed-off-by: Ivan Valdes <[email protected]>
0 commit comments