Skip to content
Snippets Groups Projects
Verified Commit 2d95d4d0 authored by Sam Whited's avatar Sam Whited
Browse files

Remove vendor from git


Previously we saved the vendor tree in version control, making any
commit that changed a dependency rather large.
Go Modules gives us most of the advantages of vendoring except that if a
dependency which is not stored on the proxy is deleted we would lose
access to it.
For now, we can remove the vendor tree and when we get CI working again
we can possibly generate and save the vendor tree as a build artifact.

Signed-off-by: default avatarSam Whited <sam@samwhited.com>
parent c8dc651f
No related branches found
No related tags found
1 merge request!153Remove vendor from git and generate with CI
Pipeline #81823 failed
Showing
with 2 additions and 3251 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment