diff --git a/lib/search/go.mod b/lib/search/go.mod index cf1b6a64f..309004314 100644 --- a/lib/search/go.mod +++ b/lib/search/go.mod @@ -8,7 +8,7 @@ require ( github.com/TheOpenDictionary/odict/lib/test v0.0.0-20231031041149-dd406d841689 github.com/TheOpenDictionary/odict/lib/types v0.0.0-20231031041149-dd406d841689 github.com/blevesearch/bleve/v2 v2.3.10 - github.com/blevesearch/bleve_index_api v1.1.0 + github.com/blevesearch/bleve_index_api v1.1.2 github.com/schollz/progressbar/v3 v3.13.1 github.com/stretchr/testify v1.8.4 ) diff --git a/lib/search/go.sum b/lib/search/go.sum index 75ff784b8..87e001090 100644 --- a/lib/search/go.sum +++ b/lib/search/go.sum @@ -18,6 +18,8 @@ github.com/blevesearch/bleve_index_api v1.0.6 h1:gyUUxdsrvmW3jVhhYdCVL6h9dCjNT/g github.com/blevesearch/bleve_index_api v1.0.6/go.mod h1:YXMDwaXFFXwncRS8UobWs7nvo0DmusriM1nztTlj1ms= github.com/blevesearch/bleve_index_api v1.1.0 h1:4uSCZ9rrqWwoy1J1pQEfuofJflaYhOXG5XxNgDMffuA= github.com/blevesearch/bleve_index_api v1.1.0/go.mod h1:YXMDwaXFFXwncRS8UobWs7nvo0DmusriM1nztTlj1ms= +github.com/blevesearch/bleve_index_api v1.1.2 h1:A8MhXiNbZ9DI+lZytWkOY75MwesRdOlE+7/MzdC9YXY= +github.com/blevesearch/bleve_index_api v1.1.2/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8= github.com/blevesearch/geo v0.1.18 h1:Np8jycHTZ5scFe7VEPLrDoHnnb9C4j636ue/CGrhtDw= github.com/blevesearch/geo v0.1.18/go.mod h1:uRMGWG0HJYfWfFJpK3zTdnnr1K+ksZTuWKhXeSokfnM= github.com/blevesearch/go-porterstemmer v1.0.3 h1:GtmsqID0aZdCSNiY8SkuPJ12pD4jI+DdXTAn4YRcHCo=