0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-26 09:44:15 -04:00

Replace gobwas/glob package (#35478)

https://github.com/gobwas/glob is unmaintained and has bugs.
This commit is contained in:
wxiaoguang
2025-09-14 02:01:00 +08:00
committed by GitHub
parent 688abac5ca
commit 4fe1066a17
29 changed files with 418 additions and 45 deletions

View File

@@ -11,9 +11,8 @@ import (
"strings"
"sync"
"code.gitea.io/gitea/modules/glob"
"code.gitea.io/gitea/modules/setting"
"github.com/gobwas/glob"
)
type globalVarsStruct struct {