feat: update gitea vendor
runner nix smoke / nix label and flake smoke (push) Failing after 1m28s

This commit is contained in:
2026-09-26 21:18:24 +00:00
parent c439c1b948
commit d9b2a4e787
3538 changed files with 116131 additions and 44340 deletions
@@ -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.
@@ -10,7 +10,7 @@ import (
"sort"
"time"
"code.gitea.io/gitea/modules/gtprof"
"gitea.dev/modules/gtprof"
"github.com/google/pprof/profile"
)