Fix dependencies

This commit is contained in:
yyh-gl 2020-04-29 23:05:34 +09:00
parent 7a12d44c62
commit 9d7eaa2abd
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/oxequa/interact" "github.com/oxequa/interact"
"github.com/oxequa/realize/realize" "github.com/oxequa/realize/realize"
"gopkg.in/urfave/cli.v2" "github.com/urfave/cli/v2"
) )
var r realize.Realize var r realize.Realize

View File

@ -5,7 +5,7 @@ import (
"path/filepath" "path/filepath"
"reflect" "reflect"
"gopkg.in/urfave/cli.v2" "github.com/urfave/cli/v2"
) )
// Schema projects list // Schema projects list

View File

@ -2,7 +2,7 @@ package realize
import ( import (
"flag" "flag"
"gopkg.in/urfave/cli.v2" "github.com/urfave/cli/v2"
"path/filepath" "path/filepath"
"testing" "testing"
) )

View File

@ -7,7 +7,7 @@ import (
"path" "path"
"strings" "strings"
"gopkg.in/urfave/cli.v2" "github.com/urfave/cli/v2"
) )
// Params parse one by one the given argumentes // Params parse one by one the given argumentes

View File

@ -2,7 +2,7 @@ package realize
import ( import (
"flag" "flag"
"gopkg.in/urfave/cli.v2" "github.com/urfave/cli/v2"
"os" "os"
"path/filepath" "path/filepath"
"testing" "testing"