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
+2 -2
View File
@@ -12,8 +12,8 @@ import (
"sync/atomic"
"time"
"code.gitea.io/gitea/modules/gtprof"
"code.gitea.io/gitea/modules/util"
"gitea.dev/modules/gtprof"
"gitea.dev/modules/util"
)
// TODO: This packages still uses a singleton for the Manager.
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sort"
"time"
"code.gitea.io/gitea/modules/gtprof"
"gitea.dev/modules/gtprof"
"github.com/google/pprof/profile"
)