mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-17 03:00:57 +01:00
Replace gobwas/glob package (#35478)
https://github.com/gobwas/glob is unmaintained and has bugs.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
package setting
|
||||
|
||||
import "github.com/gobwas/glob"
|
||||
import "code.gitea.io/gitea/modules/glob"
|
||||
|
||||
type GlobMatcher struct {
|
||||
compiledGlob glob.Glob
|
||||
|
||||
Reference in New Issue
Block a user