[doc] Update vendor tool section to dep (#4008)
This commit is contained in:
parent
b2bf1c9422
commit
75982127c8
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,7 @@ to run the test suite locally.
|
||||||
## Vendoring
|
## Vendoring
|
||||||
|
|
||||||
We keep a cached copy of dependencies within the `vendor/` directory,
|
We keep a cached copy of dependencies within the `vendor/` directory,
|
||||||
managing updates via [govendor](http://github.com/kardianos/govendor).
|
managing updates via [dep](https://github.com/golang/dep).
|
||||||
|
|
||||||
Pull requests should only include `vendor/` updates if they are part of
|
Pull requests should only include `vendor/` updates if they are part of
|
||||||
the same change, be it a bugfix or a feature addition.
|
the same change, be it a bugfix or a feature addition.
|
||||||
|
@ -85,6 +85,8 @@ The `vendor/` update needs to be justified as part of the PR description,
|
||||||
and must be verified by the reviewers and/or merger to always reference
|
and must be verified by the reviewers and/or merger to always reference
|
||||||
an existing upstream commit.
|
an existing upstream commit.
|
||||||
|
|
||||||
|
You can find more information on how to get started with it on the [dep project website](https://golang.github.io/dep/docs/introduction.html).
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
||||||
We do all translation work inside [Crowdin](https://crowdin.com/project/gitea).
|
We do all translation work inside [Crowdin](https://crowdin.com/project/gitea).
|
||||||
|
|
Reference in a new issue