From c9e0fd9c8e27b8fcea5166e79dff01055cae492a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:33:45 +0000 Subject: [PATCH] fix(deps): update module github.com/blevesearch/bleve_index_api to v1.1.2 --- lib/search/go.mod | 2 +- lib/search/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/search/go.mod b/lib/search/go.mod index cf1b6a64..30900431 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 75ff784b..87e00109 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=