sort imports
This commit is contained in:
parent
d1a6a360e4
commit
47c8d37a8a
1 changed files with 5 additions and 4 deletions
|
@ -4,12 +4,8 @@
|
|||
package cmd
|
||||
|
||||
import (
|
||||
"connectrpc.com/connect"
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/mattn/go-isatty"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
"os"
|
||||
"path"
|
||||
"path/filepath"
|
||||
|
@ -18,6 +14,11 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"connectrpc.com/connect"
|
||||
"github.com/mattn/go-isatty"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"gitea.com/gitea/act_runner/internal/app/poll"
|
||||
"gitea.com/gitea/act_runner/internal/app/run"
|
||||
"gitea.com/gitea/act_runner/internal/pkg/client"
|
||||
|
|
Loading…
Add table
Reference in a new issue