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
GO modules are now the standard way of dependency management. This project was boostraped with an older version of operator-sdk which used dep for dependency managemen by default. Dependency management needs to be refactored to use go modules.