This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Feature Request: Don't fetch source updates if needed revision is found locally #1546
Closed
Description
Dep takes a long time to install packages when the cache already has the needed commits. Please correct me if I'm wrong but, it appears dep is going out to the network for updates even when it may not need to.
For the case the Gopkg.lock
is present, dep ensure
is being run, and nothing is being updated (the lock file isn't changing) dep still goes out to the network.
Is there a way the needed commit could be checked for in the cache and if present skip updating?
Metadata
Assignees
Labels
No labels
Activity