stamm / dep_radar

Monitoring your Go dependencies in a microservice world
25 stars 5 forks source link

Add vgo dependency manager support #22

Open savalin opened 6 years ago

savalin commented 6 years ago

Currently, glide and dep are only supported. Vgo is widely used too in many projects, so it would be great to have its support.

https://github.com/golang/vgo

stamm commented 6 years ago

Hi, @savalin! Yes, I had some thought about it. But vgo doesn't have lock file with versions. Need to look to source code of vgo to find some code about detecting minimal version selection.