forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publishing: use deps in replace directive in rules
The list of dependencies for a repo right now is equal to the list of deps mentioned in the require directive in the repo's go.mod file. This means that we loose all transitive deps mentioned in the replace directive in go.mod files. So instead use all deps mentioned in the replace directive, and prune any extra dependencies. Also add a test for this in verify-publishing-bot.py
- Loading branch information
Showing
2 changed files
with
14 additions
and
21 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