Fix import paths in altsrc
Uses gopkg.in as the import path for the `altsrc` package. Fixes: #473
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/urfave/cli.v1"
|
||||
)
|
||||
|
||||
func TestCommandTomFileTest(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user