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