thash / asana

Asana command line Client
115 stars 25 forks source link

Installation problem: cli module path #24

Closed Nudin closed 3 years ago

Nudin commented 3 years ago

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?