mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-02-12 04:38:44 +01:00
sort imports
This commit is contained in:
parent
d1a6a360e4
commit
47c8d37a8a
@ -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…
x
Reference in New Issue
Block a user