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
When the engine was originally designed, the solutions for vendoring were mostly in disarray. As time has passed, it appears that a few solutions are starting to be standardized:
GoDep
Glide
govendor
no vendoring solution just go get
The engine should be modified to check for the aforementioned vendoring solutions and run the vendor fetch command accordingly.
The text was updated successfully, but these errors were encountered:
When the engine was originally designed, the solutions for vendoring were mostly in disarray. As time has passed, it appears that a few solutions are starting to be standardized:
go get
The engine should be modified to check for the aforementioned vendoring solutions and run the vendor fetch command accordingly.
The text was updated successfully, but these errors were encountered: