-
Notifications
You must be signed in to change notification settings - Fork 107
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
Super old release tags #58
Comments
Is this project not being maintained ? |
If there's no maintenance here, are there any active forks? |
Personally, I've moved to https://github.com/spf13/cobra which is an EXCELLENT cli parser for go. |
This tripped me up for a while too, since I was following the README for It would be super helpful if you could create a new release tag. Thanks! |
Any news on this? |
Was reading README.md on github.com and tried using it with
dep ensure
, but found out that the "latest" release tag is0.6.2
(from 2016).Quick fix for me was to add branch constraint in
Gopkg.toml
, but it would be nice having a more up-to-date release tag.The text was updated successfully, but these errors were encountered: