Masterminds / glide

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

glide package change: github.com/codegangsta/cli to github.com/urfave/cli #1079

Closed BogdanRS closed 3 years ago

BogdanRS commented 3 years ago

An update is needed for this, as it can't be downloaded.

Screenshot 2021-02-25 at 01 56 02
BraveShadow commented 3 years ago

Hi, I'm getting the same problem, how did you solve it?

sandrozbinden commented 2 years ago

I am getting the same error when trying to get the go module on osx with the following command:

go get github.com/Masterminds/glide

I will repost the error message as text so that it can be indexed for searching.

go get: github.com/codegangsta/cli@none updating to
  github.com/codegangsta/cli@v1.22.5: parsing go.mod:
  module declares its path as: github.com/urfave/cli
    but was required as: github.com/codegangsta/cli