Switched to renamed cli package

This commit is contained in:
Thomas Boerger
2016-07-22 20:13:39 +02:00
parent 5f607f5eac
commit bb51a7fe6a

View File

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