We manage the file vendor.json
through the govendor command.
govendor fetch <package_path>@<version>
If available, please always use a release version. If not, you can omit @<version>
.
Example gRPC:
govendor fetch google.golang.org/grpc/[email protected]