-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cannot Start New Project with Modules #859
Comments
You should use the github url, rather than gopkg.in. Whether that is right or not is debatable but it will address your issue. |
👍 for using the GitHub URL, I have no idea how the gopkg.in url works |
@AudriusButkevicius That does work, but like the documentation says, that'll cause issues when v2 becomes master. This is the section I'm referring to: https://github.com/urfave/cli#pinning-to-the-v1-releases |
The readme is outdated, pinning github has nothing to do with |
Got it. Mind if I make an issue for outdated docs? |
A pr would be more welcome |
I'd like to do a pr as well, but I think it'd just be me asking someone here what to put in. If that's ok, I can start that now. |
@russoj88 yeah totally! go for it 👍 |
I'm trying to use this in a new project (using go modules), but am receiving the following error. I also tried updating an existing project, but it failed with a similar error. This is on PopOS 19.04 (Ubuntu 19.04), go 1.12.7.
main.go:
This worked with cli 1.20.0.
The text was updated successfully, but these errors were encountered: