Skip to content

Latest commit

 

History

History
 
 

vendor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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/[email protected]