-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2291: Fix (make vendor) r=rhatdan a=rhatdan What type of PR is this? /kind bug What this PR does / why we need it: (export a=b command args) does not run (command args) with a=b, it sets $a to b, and marks variables $a $command $args as exported, i.e. (command args) is not run. So, before #2287 we were not actually running (go mod tidy), and now we are not running (go mod vendor). Fix that, and re-vendor. Notably, vendored c/image and several other dependencies currently don’t correspond to go.mod. How to verify it Manually run (go mod …) and compare that with the results of running (make vendor) Which issue(s) this PR fixes: None Special notes for your reviewer: Does this PR introduce a user-facing change? None Co-authored-by: Miloslav Trmač <[email protected]> Co-authored-by: Daniel J Walsh <[email protected]>
- Loading branch information
Showing
190 changed files
with
20,417 additions
and
97,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
163 changes: 0 additions & 163 deletions
163
tests/tools/vendor/github.com/go-toolsmith/astcast/astcast_generate.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.