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:
91
91
92
92
## Vendoring
93
93
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 ) .
96
95
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
98
97
the same change, be it a bugfix or a feature addition.
99
98
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,
101
100
and must be verified by the reviewers and/or merger to always reference
102
101
an existing upstream commit.
103
102
You can’t perform that action at this time.
0 commit comments