update import path

This commit is contained in:
Christopher Homberger
2026-02-22 20:54:58 +01:00
parent 9fd95d203f
commit 3413919161
75 changed files with 233 additions and 164 deletions

View File

@@ -8,8 +8,8 @@ import (
"path/filepath"
"strings"
"github.com/actions-oss/act-cli/pkg/common"
"github.com/actions-oss/act-cli/pkg/container"
"gitea.com/gitea/act_runner/pkg/common"
"gitea.com/gitea/act_runner/pkg/container"
"github.com/kballard/go-shellquote"
)

View File

@@ -13,7 +13,7 @@ import (
"strings"
"syscall"
"github.com/actions-oss/act-cli/pkg/common"
"gitea.com/gitea/act_runner/pkg/common"
"github.com/avast/retry-go"
"golang.org/x/crypto/ssh"
)