-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update readme example #262
docs: update readme example #262
Conversation
@adamdecaf Thanks for the PR. I'd like to know more about why you say the command "skips deps". It used to work, so I'm wondering if this is something new. e.g., running
What version of go are you using? Any other info about the "why" of this would be great. |
It might be the fact that nancy's repository has a Here's what
|
|
784cabb
to
a85d0ea
Compare
Adding I think the format requirements (of |
I don't see any reason not to include your fix everywhere. I plan to push a few additional changes that include the wildcard pattern momentarily. |
… places where we call/document 'go list -json -deps'
Thanks again @adamdecaf ! |
Thank you! |
The example in the readme doesn't work. It skips over all dependencies.
However, this command works. It's not pretty, but works for us.
These are both ran over moov-io/watchman
Example: https://github.com/moov-io/infra/blob/master/go/lint-project.sh#L124
cc @bhamail / @DarthHater