1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Update module github.com/blevesearch/bleve/v2 to v2.5.1 (v11.0/forgejo) (#7885)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7885
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-05-16 20:01:33 +00:00 committed by Gusted
parent f13147a019
commit bdef19f62b
4 changed files with 48 additions and 53 deletions

View file

@ -65,5 +65,7 @@ func TokenizerConstructor(config map[string]any, cache *registry.Cache) (analysi
}
func init() {
registry.RegisterTokenizer(Name, TokenizerConstructor)
if err := registry.RegisterTokenizer(Name, TokenizerConstructor); err != nil {
panic(err)
}
}