-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(vendor): Migrate to dep
for fetching dependencies
#77
Conversation
I haven't had a chance to read that, does it recommend |
Well, according to the official documentation:
It's maintained by Golang team and the repo has over 8k starts, so it has becoming a standard for managing dependencies. One huge benefit is no need for storying the whole It is also Docker-friendly because it allows to fetch all dependencies using
So in my opinion it's worth adopting, but if |
I want to weigh in here both with a pro and a con. |
@Deseao thanks for the input 👍I hadn't been aware of @mefellows I managed to update the builds' configurations to make them green. Please let me know if I can do anything more to help delivering this PR :) |
Let's make this happen - thanks! I'll roll this into #74 too. |
An official blog article about package versioning & dep
There may be some issues with the builds, but let's first agree if you are OK with moving into that direction.