vitess-gh/vendor
Andres Taylor a8096931cc Update testify dependency
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-08-14 16:54:56 +02:00
..
README.md vendor.json: Update gRPC Go to 1.11.2. 2018-04-09 13:06:35 -07:00
vendor.json Update testify dependency 2019-08-14 16:54:56 +02:00

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