Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Implement -missing flag for dep status #1382

Closed
darkowlzz opened this issue Nov 16, 2017 · 2 comments
Closed

Implement -missing flag for dep status #1382

darkowlzz opened this issue Nov 16, 2017 · 2 comments

Comments

@darkowlzz
Copy link
Collaborator

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

@adamo57
Copy link
Contributor

adamo57 commented Nov 21, 2017

is anyone looking into this? I would love to dive into it :)

@darkowlzz
Copy link
Collaborator Author

@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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants