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

Add support to list outdated dependencies in the Godeps file #71

Open
thomasdziedzic opened this issue Mar 30, 2015 · 1 comment
Open

Comments

@thomasdziedzic
Copy link

Something along the lines of bundle outdated that ruby has but for go. This would help a lot in terms of keeping up to date with the latest versions when using version constraints in the Godeps file.

@pote
Copy link
Owner

pote commented Apr 1, 2015

I could see this functionality being implemented as a plugin, it shouldn't be too hard to do, as it's basically running gpm (to get the latest version of all packages) and walking through src/ in the first directory in the GOPATH to compare the current identifier to the latest one.

I'm not sure I'll have the time to implement it myself, but if anyone here wants give writing a gpm plugin a go, then now is the time! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants