Skip to content

Commit

Permalink
chore: organize imports in the release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Nov 28, 2024
1 parent 466da9a commit 7e9bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import (
"time"

masterminds "github.com/Masterminds/semver/v3"
"github.com/google/go-github/v66/github"
log "github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"golang.org/x/mod/semver"

"github.com/filecoin-project/lotus/build"
"github.com/google/go-github/v66/github"
)

var _tags []string
Expand Down

0 comments on commit 7e9bc49

Please sign in to comment.