File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,12 @@ Here's how to run the test suite:
9191
9292## Vendoring
9393
94- We keep a cached copy of dependencies within the ` vendor/ ` directory,
95- managing updates via [ Modules] ( https://golang.org/cmd/go/#hdr-Module_maintenance ) .
94+ We managing updates via [ Modules] ( https://golang.org/cmd/go/#hdr-Module_maintenance ) .
9695
97- Pull requests should only include ` vendor/ ` updates if they are part of
96+ Pull requests should only include ` go.mod ` , ` go.sum ` updates if they are part of
9897the same change, be it a bugfix or a feature addition.
9998
100- The ` vendor/ ` update needs to be justified as part of the PR description,
99+ The ` go.mod ` , ` go.sum ` update needs to be justified as part of the PR description,
101100and must be verified by the reviewers and/or merger to always reference
102101an existing upstream commit.
103102
You can’t perform that action at this time.
0 commit comments