Skip to content

Commit 054e69a

Browse files
MB-60842: Upgrade bleve/v2 for fix
Change-Id: Ic7073137e87d5a7026b9c799a2a74aee7a60386b Reviewed-on: https://review.couchbase.org/c/cbft/+/206038 Tested-by: Abhi Dangeti <[email protected]> Well-Formed: Build Bot <[email protected]> Well-Formed: Restriction Checker Reviewed-by: Abhi Dangeti <[email protected]>
1 parent ac2e6af commit 054e69a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go v1.48.1
77
github.com/blevesearch/bleve-mapping-ui v0.5.2
8-
github.com/blevesearch/bleve/v2 v2.3.11-0.20240215163640-2d3c3ebf7a5b
8+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240220190003-9d2f1beb42d7
99
github.com/blevesearch/bleve_index_api v1.1.6
1010
github.com/blevesearch/zapx/v11 v11.3.10
1111
github.com/blevesearch/zapx/v12 v12.3.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/bits-and-blooms/bitset v1.2.2 h1:J5gbX05GpMdBjCvQ9MteIg2KKDExr7DrgK+Y
5757
github.com/bits-and-blooms/bitset v1.2.2/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
5858
github.com/blevesearch/bleve-mapping-ui v0.5.2 h1:L6Irz3B14+L2WxIEVtkTi25Aps+uydKNAyt7IAlZOeE=
5959
github.com/blevesearch/bleve-mapping-ui v0.5.2/go.mod h1:D/HnjXhQdlSi0GU/xOWrh0LL/0XfmTSVuJZNQCy/Mqs=
60-
github.com/blevesearch/bleve/v2 v2.3.11-0.20240215163640-2d3c3ebf7a5b h1:41EVlTbqGA7ho3//GXmby2oN1sbhXYWSLJ+qjfXy+jw=
61-
github.com/blevesearch/bleve/v2 v2.3.11-0.20240215163640-2d3c3ebf7a5b/go.mod h1:783Nsvy8kfTldbs9SkiW0GiOzIvgwKaXmeRptn+tq4w=
60+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240220190003-9d2f1beb42d7 h1:cQDumdwFKq2jU/N6iBnigGscLgBR2ZO7cJSMKGFRUGE=
61+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240220190003-9d2f1beb42d7/go.mod h1:783Nsvy8kfTldbs9SkiW0GiOzIvgwKaXmeRptn+tq4w=
6262
github.com/blevesearch/bleve_index_api v1.1.6 h1:orkqDFCBuNU2oHW9hN2YEJmet+TE9orml3FCGbl1cKk=
6363
github.com/blevesearch/bleve_index_api v1.1.6/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8=
6464
github.com/blevesearch/geo v0.1.20 h1:paaSpu2Ewh/tn5DKn/FB5SzvH0EWupxHEIwbCk/QPqM=

0 commit comments

Comments
 (0)