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?
I tried to install as instructed, but it fails with this issue:
Seems like
cli
apparently moved fromgithub.com/codegangsta/cli
togithub.com/urfave/cli
, probably it just needs to be updated in the source code?