Skip to content

Commit 622789d

Browse files
MB-60352, MB-60293: Upgrade bleve/v2@unstable
* a41da631 Rahul Rampure | MB-60293: Date range facet results must always be RFC3339 formatted (#1966) * 2708ae68 Rahul Rampure | MB-60352: Fix dropped error (#1965) Change-Id: Ib0720f04aa75d5f00aae058c3b889139ea9ed08f Reviewed-on: https://review.couchbase.org/c/cbft/+/203768 Well-Formed: Build Bot <[email protected]> Tested-by: Abhi Dangeti <[email protected]> Reviewed-by: Abhi Dangeti <[email protected]>
1 parent 26d70fe commit 622789d

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.20240115172514-256d0d0b58cf
8+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240116191004-a41da631b62d
99
github.com/blevesearch/bleve_index_api v1.1.4
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.20240115172514-256d0d0b58cf h1:fe8V9cHbhK20pamwqS0n3dokljZWfr44Y4yvDQwl9NM=
61-
github.com/blevesearch/bleve/v2 v2.3.11-0.20240115172514-256d0d0b58cf/go.mod h1:RTR1BkzFoEZLBg8+dVPLOiBOMwfMQ8LnZ8/bE4RIjY8=
60+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240116191004-a41da631b62d h1:+XUuZpk8duqOjlc2ToSkTv9LdLcYaJuuNtBJAVvg/to=
61+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240116191004-a41da631b62d/go.mod h1:RTR1BkzFoEZLBg8+dVPLOiBOMwfMQ8LnZ8/bE4RIjY8=
6262
github.com/blevesearch/bleve_index_api v1.1.4 h1:n9Ilxlb80g9DAhchR95IcVrzohamDSri0wPnkKnva50=
6363
github.com/blevesearch/bleve_index_api v1.1.4/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8=
6464
github.com/blevesearch/geo v0.1.18 h1:Np8jycHTZ5scFe7VEPLrDoHnnb9C4j636ue/CGrhtDw=

0 commit comments

Comments
 (0)