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
Upstream go has created a system called modules for dependency tracking so users don't need to vendor dependencies. Consider using this instead of Gopkg.lock and vendoring.