Skip to content
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

module declares its path as urfave/cli but was required as codegangsta/cli #26

Open
apitanga opened this issue Nov 22, 2021 · 0 comments

Comments

@apitanga
Copy link

apitanga commented Nov 22, 2021

I was unable to install asana CLI on a Fedora 35 OS.

[apitanga@p50 ~]$ go version
go version go1.16.8 linux/amd64
[apitanga@p50 ~]$ cat /etc/redhat-release
Fedora release 35 (Thirty Five)

Error:

apitanga@p50 ~]$ go get github.com/thash/asana
go: downloading github.com/thash/asana v0.2.1
go: downloading github.com/codegangsta/cli v1.22.5
go: downloading gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
go get: github.com/codegangsta/cli@none updating to
	github.com/codegangsta/[email protected]: parsing go.mod:
	module declares its path as: github.com/urfave/cli
	        but was required as: github.com/codegangsta/cli
[apitanga@p50 ~]$ yum search asana
Last metadata expiration check: 3:24:37 ago on Sun 21 Nov 2021 03:33:21 PM EST.
===================================== Name & Summary Matched: asana ======================================
golang-github-tambet-asana-devel.noarch : Go library for accessing the Asana API
texlive-asana-math-doc.noarch : Documentation for asana-math
============[apitanga@p50 ~]$ go get github.com/thash/asana
go: downloading github.com/thash/asana v0.2.1
go: downloading github.com/codegangsta/cli v1.22.5
go: downloading gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
go get: github.com/codegangsta/cli@none updating to
	github.com/codegangsta/[email protected]: parsing go.mod:
	module declares its path as: github.com/urfave/cli
	        but was required as: github.com/codegangsta/cli
[apitanga@p50 ~]$ yum search asana
Last metadata expiration check: 3:24:37 ago on Sun 21 Nov 2021 03:33:21 PM EST.
===================================== Name & Summary Matched: asana ======================================
golang-github-tambet-asana-devel.noarch : Go library for accessing the Asana API
texlive-asana-math-doc.noarch : Documentation for asana-math
========================================== Name Matched: asana ===========================================
oflb-asana-math-fonts.noarch : An OpenType font with a MATH table
texlive-asana-math.noarch : A font to typeset maths in Xe(La)TeX and Lua(La)TeX
[apitanga@p50 ~]$ go get github.com/thash/asana
go get: github.com/codegangsta/cli@none updating to
	github.com/codegangsta/[email protected]: parsing go.mod:
	module declares its path as: github.com/urfave/cli
	        but was required as: github.com/codegangsta/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant