sdboyer / gps

your dependencies have arrived
MIT License
270 stars 24 forks source link

Fix performance regression - network calls too early #207

Open sdboyer opened 7 years ago

sdboyer commented 7 years ago

Fix the performance regression arising from how early we go out over the network to verify a source's upstream existence: https://github.com/sdboyer/gps/pull/196#issuecomment-289955050

This may be a nontrivial fix, as it would create a situation where it's possible for a source that initially looks good to become bad later.

fabulous-gopher commented 7 years ago

This issue was moved to golang/dep#415