Open timgluz opened 7 years ago
It's ready for review and for usage.
I'm going to add support for other parsers and then it could pull data from other files too.
OK, will need to update this branch.
and i need to review how does it save submodules.
Going to review it today;
Hi,
this crawler exposes method
crawl_product(gopkg_id, commit_sha, branch, tag)
, which can fetch list of project dependencies from Github. It's useful for pulling additional dependency and version information for Go packages crawled byGosearchCrawler.
The crawler is looking for static files for the supported Go project managers:
Dep
,Glide
,Godeps
andGovendor
The function returns list of
Projectdependency
or nil if no file was foundUsage: