thash / asana

Asana command line Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation problem: cli module path

Nudin opened this issue · comments

I tried to install as instructed, but it fails with this issue:

$ go get github.com/thash/asana
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

Seems like cli apparently moved from github.com/codegangsta/cli to github.com/urfave/cli, probably it just needs to be updated in the source code?