Skip to content

Commit

Permalink
add command for migration purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 21, 2024
1 parent 29b596d commit bc19709
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/internal/migrations/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package migrations

import (
"fmt"
"github.com/Masterminds/semver/v3"
semver "github.com/Masterminds/semver/v3"
"github.com/spf13/cobra"
"os"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion cmd/internal/migrations/lists.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package migrations

import (
"fmt"
"github.com/Masterminds/semver/v3"
semver "github.com/Masterminds/semver/v3"
"github.com/spf13/cobra"

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

Check failure on line 8 in cmd/internal/migrations/lists.go

View workflow job for this annotation

GitHub Actions / golangci

[golangci] cmd/internal/migrations/lists.go#L8

could not import github.com/gofiber/cli/cmd/internal/migrations/v3 (-: # github.com/gofiber/cli/cmd/internal/migrations/v3
Raw output
cmd/internal/migrations/lists.go:8:2: could not import github.com/gofiber/cli/cmd/internal/migrations/v3 (-: # github.com/gofiber/cli/cmd/internal/migrations/v3
Expand Down
1 change: 0 additions & 1 deletion cmd/internal/migrations/v3/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package v3

import (
"fmt"
"github.com/Masterminds/semver/v3"
"github.com/spf13/cobra"
"strings"

Expand Down

0 comments on commit bc19709

Please sign in to comment.