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
Is your feature request related to a problem? Please describe.
Currently there is a huge vendor folder that should not be needed to be checked out ever time.
Describe the solution you'd like
Instead of dep, go mod should be used in the future.
Additional context
In the past the problem with go libraries was, that there was no versioning.
To make sure that everyone has the same version, the vendor packages must be included in the versioning system.
go mod is still fairly new but I would consider it good enough to be already usable
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently there is a huge vendor folder that should not be needed to be checked out ever time.
Describe the solution you'd like
Instead of dep, go mod should be used in the future.
Additional context
In the past the problem with go libraries was, that there was no versioning.
To make sure that everyone has the same version, the vendor packages must be included in the versioning system.
go mod is still fairly new but I would consider it good enough to be already usable
The text was updated successfully, but these errors were encountered: