-
Notifications
You must be signed in to change notification settings - Fork 294
Move to go modules #1821
Move to go modules #1821
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Circle back on the PR. |
Codecov Report
@@ Coverage Diff @@
## master #1821 +/- ##
=======================================
Coverage 24.59% 24.59%
=======================================
Files 98 98
Lines 5071 5071
=======================================
Hits 1247 1247
Misses 3684 3684
Partials 140 140 Continue to review full report at Codecov.
|
Remove vendor folder in favor of go modules to manage the dependencies. https://research.swtch.com/vgo-module
|
Many thanks for this super useful contribution! 🙏 |
Fixes #1807