get latest changes from master

This commit is contained in:
mingrammer
2019-03-07 00:04:18 +09:00
committed by Ajitem Sahasrabuddhe
parent e01e3c540c
commit 9766be8d3e
17 changed files with 57 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import (
"strings"
"syscall"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
// FlagInputSourceExtension is an extension interface of cli.Flag that

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@ import (
"os"
"testing"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"strings"
"time"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
// NewJSONSourceFromFlagFunc returns a func that takes a cli.Context

View File

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

View File

@@ -11,7 +11,7 @@ import (
"os"
"testing"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
func TestCommandTomFileTest(t *testing.T) {

View File

@@ -10,7 +10,7 @@ import (
"reflect"
"github.com/BurntSushi/toml"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)
type tomlMap struct {

View File

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

View File

@@ -14,7 +14,7 @@ import (
"runtime"
"strings"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
"gopkg.in/yaml.v2"
)