We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b596d commit bc19709Copy full SHA for bc19709
cmd/internal/migrations/common.go
@@ -2,7 +2,7 @@ package migrations
2
3
import (
4
"fmt"
5
- "github.com/Masterminds/semver/v3"
+ semver "github.com/Masterminds/semver/v3"
6
"github.com/spf13/cobra"
7
"os"
8
"regexp"
cmd/internal/migrations/lists.go
"github.com/gofiber/cli/cmd/internal/migrations/v3"
cmd/internal/migrations/v3/common.go
@@ -2,7 +2,6 @@ package v3
"strings"
0 commit comments