Switched from codegangsta to urfave

This commit is contained in:
Thomas Boerger 2016-07-31 19:36:58 +02:00
parent cca1f8f702
commit bd6e66ec42
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 1 additions and 1 deletions

View File

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