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

@@ -3,7 +3,7 @@ package altsrc
import (
"flag"
"github.com/urfave/cli"
"gopkg.in/urfave/cli.v1"
)
// WARNING: This file is generated!