chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)

This commit is contained in:
Lunny Xiao
2026-05-26 15:49:31 -07:00
committed by GitHub
parent a03e0364eb
commit 61b1a39efe
2411 changed files with 11717 additions and 11717 deletions

View File

@@ -16,11 +16,11 @@ import (
"strings"
"time"
"code.gitea.io/gitea/modules/git/internal" //nolint:depguard // only this file can use the internal type CmdArg, other files and packages should use AddXxx functions
"code.gitea.io/gitea/modules/gtprof"
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/process"
"code.gitea.io/gitea/modules/util"
"gitea.dev/modules/git/internal" //nolint:depguard // only this file can use the internal type CmdArg, other files and packages should use AddXxx functions
"gitea.dev/modules/gtprof"
"gitea.dev/modules/log"
"gitea.dev/modules/process"
"gitea.dev/modules/util"
)
// TrustedCmdArgs returns the trusted arguments for git command.