Update references to codegangsta to urfave (new org name)

Also add notice to README
This commit is contained in:
Jesse Szwedko
2016-05-22 14:42:23 -07:00
parent bebbcf6d41
commit 024b4c6240
10 changed files with 66 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ import (
"net/url"
"os"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"gopkg.in/yaml.v2"
)