-
Notifications
You must be signed in to change notification settings - Fork 817
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
Fix for go mod vendor
command
#1322
Fix for go mod vendor
command
#1322
Conversation
`go mod verify` returns no error
Build Succeeded 👏 Build Id: 22c0bed4-ec35-4741-bbe9-a5bfa5ddebf5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
This could be applied independently of PR #1321. Checked that result is the same. |
Build Succeeded 👏 Build Id: 7ed16d04-8caf-45b1-a873-379a4c532a14 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
`go mod verify` returns no error Co-authored-by: Robert Bailey <robertbailey@google.com>
Some modules are not needed as well as some test files in a
vendor
directory.See golang/go#33353 for the reference