Switched to renamed cli package

This commit is contained in:
Thomas Boerger 2016-07-22 20:13:39 +02:00
parent 5f607f5eac
commit bb51a7fe6a
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
_ "github.com/joho/godotenv/autoload"
)