Fix import paths in altsrc

Uses gopkg.in as the import path for the `altsrc` package.

Fixes: #473
This commit is contained in:
Jake Champlin
2016-08-27 19:09:14 -04:00
parent 05fe449c81
commit c75c862386
9 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/urfave/cli"
"gopkg.in/urfave/cli.v1"
)
type testApplyInputSource struct {