Skip to content

Commit

Permalink
Fix for my repository
Browse files Browse the repository at this point in the history
  • Loading branch information
honda-yusuke committed Dec 11, 2019
1 parent 67bacda commit c94923e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
name = "golang.org/x/net"

[[constraint]]
name = "github.com/urfave/cli/v2"
name = "github.com/yyh-gl/cli/v2"
version = "2.0.0"

[[constraint]]
Expand Down
4 changes: 2 additions & 2 deletions realize.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"time"

"github.com/oxequa/interact"
"github.com/oxequa/realize/realize"
"github.com/urfave/cli/v2"
"github.com/yyh-gl/realize/realize"
"github.com/yyh-gl/cli/v2"
)

var r realize.Realize
Expand Down
2 changes: 1 addition & 1 deletion realize/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"path/filepath"
"reflect"

"github.com/urfave/cli/v2"
"github.com/yyh-gl/cli/v2"
)

// Schema projects list
Expand Down
2 changes: 1 addition & 1 deletion realize/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"path/filepath"
"testing"

"github.com/urfave/cli/v2"
"github.com/yyh-gl/cli/v2"
)

func TestSchema_Add(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion realize/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path"
"strings"

"github.com/urfave/cli/v2"
"github.com/yyh-gl/cli/v2"
)

// Params parse one by one the given argumentes
Expand Down
2 changes: 1 addition & 1 deletion realize/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"

"github.com/urfave/cli/v2"
"github.com/yyh-gl/cli/v2"
)

func TestParams(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion realize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"testing"

"github.com/oxequa/realize/realize"
"github.com/yyh-gl/realize/realize"
)

var mockResponse interface{}
Expand Down

0 comments on commit c94923e

Please sign in to comment.