-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Dependency issue with urfave/cli.v1 #256
Comments
@tbi88 I already opened a ticket on go repo that seems related to the same type of error: golang/go#33154 I experienced that error only on tip, but now I can reproduce yours on go 1.12.7-9 at least. do you mind opening a ticket on go? otherwise I will do |
Hi I would prefer if you could do it. I am pretty new with go yet... cheers |
I switched to use directly |
I have got the following error while building the docker image.
I solved it by adding the following line at the end of the "go.mod" file.
replace gopkg.in/urfave/cli.v1 => github.com/urfave/cli v1.21.0
The text was updated successfully, but these errors were encountered: