This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Implement -missing
flag for dep status
#1382
Labels
Comments
is anyone looking into this? I would love to dive into it :) |
@adamo57 you're the first one. Go for it :) |
tinnefeld
added a commit
to tinnefeld/dep
that referenced
this issue
May 28, 2018
Comply with command spec by making dep status -missing list the dependencies that are missing from the lock file but are used in the project. Issue golang#1382.
tinnefeld
added a commit
to tinnefeld/dep
that referenced
this issue
Jun 2, 2018
Comply with command spec by making dep status -missing list the dependencies that are missing from the lock file but are used in the project. Issue golang#1382.
tinnefeld
added a commit
to tinnefeld/dep
that referenced
this issue
Jul 8, 2018
Comply with command spec by making dep status -missing list the dependencies that are missing from the lock file but are used in the project. Issue golang#1382.
tinnefeld
added a commit
to tinnefeld/dep
that referenced
this issue
Jul 9, 2018
Minor code cleanup to comply with linting. Issue golang#1382.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
dep status -missing
should list the dependencies that are missing from the lock file but are used in the project.Refer: command spec
Example code: #613
The text was updated successfully, but these errors were encountered: