зеркало из https://github.com/github/vitess-gh.git
6c5b363751
Signed-off-by: deepthi <deepthi@planetscale.com> |
||
---|---|---|
.. | ||
README.md | ||
vendor.json |
README.md
govendor
We manage the file vendor.json
through the govendor command.
Add a new dependency
govendor fetch <package_path>@<version>
If available, please always use a release version. If not, you can omit @<version>
.
Update a dependency
Example gRPC:
govendor fetch google.golang.org/grpc/...@v1.11.2