Update altsrc imports to gopkg.in
Updates altsrc imports to use `gopkg.in/urfave/cli.v2` Fixes: #505
This commit is contained in:
@@ -3,7 +3,7 @@ package altsrc
|
||||
import (
|
||||
"flag"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/urfave/cli.v2"
|
||||
)
|
||||
|
||||
// WARNING: This file is generated!
|
||||
|
||||
Reference in New Issue
Block a user