Skip to content

Commit bc19709

Browse files
committed
add command for migration purpose
1 parent 29b596d commit bc19709

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cmd/internal/migrations/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package migrations
22

33
import (
44
"fmt"
5-
"github.com/Masterminds/semver/v3"
5+
semver "github.com/Masterminds/semver/v3"
66
"github.com/spf13/cobra"
77
"os"
88
"regexp"

cmd/internal/migrations/lists.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package migrations
22

33
import (
44
"fmt"
5-
"github.com/Masterminds/semver/v3"
5+
semver "github.com/Masterminds/semver/v3"
66
"github.com/spf13/cobra"
77

88
"github.com/gofiber/cli/cmd/internal/migrations/v3"

cmd/internal/migrations/v3/common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package v3
22

33
import (
44
"fmt"
5-
"github.com/Masterminds/semver/v3"
65
"github.com/spf13/cobra"
76
"strings"
87

0 commit comments

Comments
 (0)