Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

parsing go.mod: module declares its path as: github.com/urfave/cli but was required as: github.com/codegangsta/cli #1088

Open pankaj1879 opened 1 year ago

pankaj1879 commented 1 year ago

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

kimjunte commented 1 year ago

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

kimjunte commented 1 year ago

I've managed to go further by downloading glide using: sudo apt install golang-glide