Skip to content

Commit f26e067

Browse files
committed
MB-71131: go mod tidy
bleve PR: blevesearch/bleve#2379 Change-Id: Ideeae368d1a703e67e307a859f2ebd3cddee5173 Reviewed-on: https://review.couchbase.org/c/cbft/+/248926 Reviewed-by: <thejas.orkombu@couchbase.com> Tested-by: <thejas.orkombu@couchbase.com> Well-Formed: Build Bot <build@couchbase.com>
1 parent 94a8def commit f26e067

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.18
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0
88
github.com/blevesearch/bleve-mapping-ui v0.7.0
9-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260709151816-8fb0f1b6835b
9+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf
1010
github.com/blevesearch/bleve_index_api v1.4.0
1111
github.com/blevesearch/zapx/v11 v11.4.3
1212
github.com/blevesearch/zapx/v12 v12.4.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/bits-and-blooms/bitset v1.24.2 h1:M7/NzVbsytmtfHbumG+K2bremQPMJuqv1JD
5252
github.com/bits-and-blooms/bitset v1.24.2/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
5353
github.com/blevesearch/bleve-mapping-ui v0.7.0 h1:gcrRWX5vjie2JEu5lgnn6tcwagcDEbD6d9XFkevt4fY=
5454
github.com/blevesearch/bleve-mapping-ui v0.7.0/go.mod h1:HeY/8LvxDgT8Qt7iqfw0dodA3Z8wAbr1hPgCnQIL5Ec=
55-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260709151816-8fb0f1b6835b h1:kIHpHuV4bfv+/YIgTt40UkTBa1+jkueAsKputLUBZJg=
56-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260709151816-8fb0f1b6835b/go.mod h1:JiAXjfasVMWyxZW/faYPYbVCiqRzYzaZKVBVO6jVXMM=
55+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf h1:s0gBP1NL4EnUFCY77wSi7gHewCUfskuZZqe2Gp8QicM=
56+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf/go.mod h1:JiAXjfasVMWyxZW/faYPYbVCiqRzYzaZKVBVO6jVXMM=
5757
github.com/blevesearch/bleve_index_api v1.4.0 h1:xoCC4dvTizjcsZu7yO9Ua+/259K09BrirjTwLkx2MpY=
5858
github.com/blevesearch/bleve_index_api v1.4.0/go.mod h1:xvd48t5XMeeioWQ5/jZvgLrV98flT2rdvEJ3l/ki4Ko=
5959
github.com/blevesearch/geo v0.2.5 h1:yJg9FX1oRwLnjXSXF+ECHfXFTF4diF02Ca/qUGVjJhE=

0 commit comments

Comments
 (0)