Update altsrc imports to gopkg.in

Updates altsrc imports to use `gopkg.in/urfave/cli.v2`

Fixes: #505
This commit is contained in:
Jake Champlin
2016-08-27 19:14:15 -04:00
parent a095a5a896
commit b93207160f
11 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ package altsrc
import (
"flag"
"github.com/urfave/cli"
"gopkg.in/urfave/cli.v2"
)
// WARNING: This file is generated!