Skip to content
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
@mattfarina

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions