Skip to content
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

unvendor our go dependencies #170

Merged
merged 2 commits into from
Apr 27, 2020
Merged

unvendor our go dependencies #170

merged 2 commits into from
Apr 27, 2020

Conversation

ryanking
Copy link
Contributor

@ryanking ryanking commented Apr 24, 2020

Go modules have gotten good enough that vendoring does not seem worth
the cost any more.

This removes the vendor directory and adds a step to our build to detect
some problems with go.{mod,sum} being out of date.

Test Plan

  • acceptance tests

References

Go modules have gotten good enough that vendoring does not seem worth
the cost any more.

This removes the vendor directory and adds a step to our build to detect
some problems with go.{mod,sum} being out of date.
@ryanking ryanking marked this pull request as ready for review April 24, 2020 20:23
@ryanking ryanking requested a review from a team as a code owner April 24, 2020 20:23
@ryanking ryanking requested a review from jgadling April 24, 2020 23:29
@czimergebot czimergebot merged commit edef0a0 into master Apr 27, 2020
@ryanking ryanking deleted the ryanking/unvendor branch August 24, 2020 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants