Fix import paths in altsrc
Uses gopkg.in as the import path for the `altsrc` package. Fixes: #473
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"reflect"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
||||
type tomlMap struct {
|
||||
|
||||
Reference in New Issue
Block a user