diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2024-12-18 01:05:20 +0100 |
---|---|---|
committer | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2024-12-18 01:05:20 +0100 |
commit | 22d19ab575fd0bd96c01f8be8ba9e21e1f1309a9 (patch) | |
tree | 339f4aa20428f7c50c555a94eebfd4bc006f1018 /go.mod | |
parent | Merge pull request 'chore: Make Forgejo build with go1.24' (#6299) from guste... (diff) | |
download | forgejo-22d19ab575fd0bd96c01f8be8ba9e21e1f1309a9.tar.xz forgejo-22d19ab575fd0bd96c01f8be8ba9e21e1f1309a9.zip |
Update module github.com/blevesearch/bleve/v2 to v2.4.4
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 |