diff options
author | Gusted <gusted@noreply.codeberg.org> | 2024-12-18 05:48:46 +0100 |
---|---|---|
committer | Gusted <gusted@noreply.codeberg.org> | 2024-12-18 05:48:46 +0100 |
commit | 5ec1cae50ed680acf172b2bc2d6837b93610e182 (patch) | |
tree | 0633b52d8c6014b27c21e8dd8e5c00e4d6d583e8 /go.mod | |
parent | Update vitest monorepo to v2.1.8 (forgejo) (#6307) (diff) | |
parent | Update module github.com/blevesearch/bleve/v2 to v2.4.4 (diff) | |
download | forgejo-5ec1cae50ed680acf172b2bc2d6837b93610e182.tar.xz forgejo-5ec1cae50ed680acf172b2bc2d6837b93610e182.zip |
Merge pull request 'Update module github.com/blevesearch/bleve/v2 to v2.4.4 (forgejo)' (#6306) from renovate/forgejo-github.com-blevesearch-bleve-v2-2.x into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6306
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ require ( github.com/SaveTheRbtz/zstd-seekable-format-go/pkg v0.7.2 github.com/alecthomas/chroma/v2 v2.14.0 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb - github.com/blevesearch/bleve/v2 v2.4.3 + github.com/blevesearch/bleve/v2 v2.4.4 github.com/buildkite/terminal-to-html/v3 v3.16.4 github.com/caddyserver/certmagic v0.21.4 github.com/chi-middleware/proxy v1.1.1 @@ -144,7 +144,7 @@ require ( github.com/bits-and-blooms/bitset v1.13.0 // indirect github.com/blevesearch/bleve_index_api v1.1.12 // indirect github.com/blevesearch/geo v0.1.20 // indirect - github.com/blevesearch/go-faiss v1.0.23 // indirect + github.com/blevesearch/go-faiss v1.0.24 // indirect github.com/blevesearch/go-porterstemmer v1.0.3 // indirect github.com/blevesearch/gtreap v0.1.1 // indirect github.com/blevesearch/mmap-go v1.0.4 // indirect @@ -158,7 +158,7 @@ require ( github.com/blevesearch/zapx/v13 v13.3.10 // indirect github.com/blevesearch/zapx/v14 v14.3.10 // indirect github.com/blevesearch/zapx/v15 v15.3.16 // indirect - github.com/blevesearch/zapx/v16 v16.1.8 // indirect + github.com/blevesearch/zapx/v16 v16.1.9-0.20241217210638-a0519e7caf3b // indirect github.com/boombuler/barcode v1.0.1 // indirect github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect github.com/caddyserver/zerossl v0.1.3 // indirect |