We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am using this ( run: go install github.com/Masterminds/glide ) and the facing error
( parsing go.mod: module declares its path as: github.com/urfave/cli but was required as: github.com/codegangsta/cli )
please solve it as soon as possible Thanks
The text was updated successfully, but these errors were encountered:
I have the same problem.
Since this repo has been inactive since 2019 - I don't think it'll be fixed.
I think the best bet is to import this project ourselves and make the changes necessary
Sorry, something went wrong.
I've managed to go further by downloading glide using: sudo apt install golang-glide
sudo apt install golang-glide
No branches or pull requests
i am using this
( run: go install github.com/Masterminds/glide )
and the facing error
( parsing go.mod:
module declares its path as: github.com/urfave/cli
but was required as: github.com/codegangsta/cli )
please solve it as soon as possible
Thanks
The text was updated successfully, but these errors were encountered: