Update references to codegangsta to urfave (new org name)

Also add notice to README
This commit is contained in:
Jesse Szwedko
2016-05-22 14:42:23 -07:00
parent bebbcf6d41
commit 024b4c6240
10 changed files with 66 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
// FlagInputSourceExtension is an extension interface of cli.Flag that

View File

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

View File

@@ -3,7 +3,7 @@ package altsrc
import (
"time"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
// InputSourceContext is an interface used to allow

View File

@@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
// MapInputSource implements InputSourceContext to return

View File

@@ -11,7 +11,7 @@ import (
"os"
"testing"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
)
func TestCommandYamlFileTest(t *testing.T) {

View File

@@ -12,7 +12,7 @@ import (
"net/url"
"os"
"github.com/codegangsta/cli"
"github.com/urfave/cli"
"gopkg.in/yaml.v2"
)