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/realize/realize"
"gopkg.in/urfave/cli.v2"
"github.com/urfave/cli/v2"
)
var r realize.Realize

View File

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

View File

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

View File

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

View File

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