Fix import paths in altsrc
Uses gopkg.in as the import path for the `altsrc` package. Fixes: #473
This commit is contained in:
@@ -3,7 +3,7 @@ package altsrc
|
||||
import (
|
||||
"flag"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
||||
// WARNING: This file is generated!
|
||||
|
||||
Reference in New Issue
Block a user