This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Commit 7a03644
Ian Campbell
Add a containerized make target to revendor
Uses the exact same version as the CI.
This avoids needing to rely on everyone having the same version of `dep`
installed in order to avoid spurious changes (especially inconvenient if you
have multiple projects with different ideas).
It's slightly annoying because (on Linux at least) it causes `vendor/*` to
become owned by root (needing a `sudo chown` to repair), that's less annoying
than having spurious vendoring changes due to tooling differences. Those who
disagree can continue to use the non-containerized vendor target.
Signed-off-by: Ian Campbell <ijc@docker.com>1 parent 6c881fc commit 7a03644
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
140 | | - | |
| 145 | + | |
0 commit comments