Skip to content

Commit 1649b76

Browse files
MB-60400: Upgrade bleve@unstable, zapx/v16, go-faiss
* 381a839b Abhi Dangeti | MB-60400: Upgrade to zapx/[email protected] (#1972) * c27bdd0 Rahul Rampure | MB-60400: Reduce Garbage generated (#208) * 0b5d67d Rahul Rampure | MB-60400: Reduce Garbage (couchbase#13) * d78f43e9 Rahul Rampure | MB-60400: Reduce garbage generated (#1970) Change-Id: I9eb31d0ad0ab5682327dc846accb42c18f7faa8c Reviewed-on: https://review.couchbase.org/c/cbft/+/204688 Well-Formed: Restriction Checker Well-Formed: Build Bot <[email protected]> Reviewed-by: Abhi Dangeti <[email protected]> Tested-by: Abhi Dangeti <[email protected]>
1 parent c5fd0e9 commit 1649b76

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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.20240118174511-9ffb0ea9bebf
8+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240130174852-381a839b311d
99
github.com/blevesearch/bleve_index_api v1.1.5
1010
github.com/blevesearch/zapx/v11 v11.3.10
1111
github.com/blevesearch/zapx/v12 v12.3.10
1212
github.com/blevesearch/zapx/v13 v13.3.10
1313
github.com/blevesearch/zapx/v14 v14.3.10
1414
github.com/blevesearch/zapx/v15 v15.3.13
15-
github.com/blevesearch/zapx/v16 v16.0.1
15+
github.com/blevesearch/zapx/v16 v16.0.2
1616
github.com/buger/jsonparser v1.1.1
1717
github.com/cloudfoundry/gosigar v1.3.4
1818
github.com/couchbase/cbauth v0.1.10
@@ -42,7 +42,7 @@ require (
4242
github.com/beorn7/perks v1.0.1 // indirect
4343
github.com/bits-and-blooms/bitset v1.2.2 // indirect
4444
github.com/blevesearch/geo v0.1.19 // indirect
45-
github.com/blevesearch/go-faiss v1.0.6 // indirect
45+
github.com/blevesearch/go-faiss v1.0.7 // indirect
4646
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
4747
github.com/blevesearch/goleveldb v1.0.1 // indirect
4848
github.com/blevesearch/gtreap v0.1.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ 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.20240118174511-9ffb0ea9bebf h1:tY41YNj+CLzo1oM3zJgeARoLZ7yyYco1zldnlC+hCt4=
61-
github.com/blevesearch/bleve/v2 v2.3.11-0.20240118174511-9ffb0ea9bebf/go.mod h1:DzXf0ZNaloKY83rjLAYmTExLY4tuKeRhg1721Jya+Rc=
60+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240130174852-381a839b311d h1:uzJBXr7UScKoVkF+PLgcPulJJm5fG+hH3iqoSQihPUs=
61+
github.com/blevesearch/bleve/v2 v2.3.11-0.20240130174852-381a839b311d/go.mod h1:4lkVeGKEq2r+aBssmwo7gRtbvjfFC+x+SZtHAxf1T9U=
6262
github.com/blevesearch/bleve_index_api v1.1.5 h1:0q05mzu6GT/kebzqKywCpou/eUea9wTKa7kfqX7QX+k=
6363
github.com/blevesearch/bleve_index_api v1.1.5/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8=
6464
github.com/blevesearch/geo v0.1.19 h1:hlX1YpBZ+X+xfjS8hEpmM/tdPUFbqBME3mdAWKHo2s0=
6565
github.com/blevesearch/geo v0.1.19/go.mod h1:EPyr3iJCcESYa830PnkFhqzJkOP7/daHT/ocun43WRY=
66-
github.com/blevesearch/go-faiss v1.0.6 h1:UqGq55UccPCq2+hgefBHN7/URT+q26DxL1zRgO0DMvo=
67-
github.com/blevesearch/go-faiss v1.0.6/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8=
66+
github.com/blevesearch/go-faiss v1.0.7 h1:hMIkk7BBUkTOuR+5Cg1BYuinMHHA5zRdfnQ2c1rLIXw=
67+
github.com/blevesearch/go-faiss v1.0.7/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8=
6868
github.com/blevesearch/go-porterstemmer v1.0.3 h1:GtmsqID0aZdCSNiY8SkuPJ12pD4jI+DdXTAn4YRcHCo=
6969
github.com/blevesearch/go-porterstemmer v1.0.3/go.mod h1:angGc5Ht+k2xhJdZi511LtmxuEf0OVpvUUNrwmM1P7M=
7070
github.com/blevesearch/goleveldb v1.0.1 h1:iAtV2Cu5s0GD1lwUiekkFHe2gTMCCNVj2foPclDLIFI=
@@ -96,8 +96,8 @@ github.com/blevesearch/zapx/v14 v14.3.10 h1:SG6xlsL+W6YjhX5N3aEiL/2tcWh3DO75Bnz7
9696
github.com/blevesearch/zapx/v14 v14.3.10/go.mod h1:qqyuR0u230jN1yMmE4FIAuCxmahRQEOehF78m6oTgns=
9797
github.com/blevesearch/zapx/v15 v15.3.13 h1:6EkfaZiPlAxqXz0neniq35my6S48QI94W/wyhnpDHHQ=
9898
github.com/blevesearch/zapx/v15 v15.3.13/go.mod h1:Turk/TNRKj9es7ZpKK95PS7f6D44Y7fAFy8F4LXQtGg=
99-
github.com/blevesearch/zapx/v16 v16.0.1 h1:XOTMDVMdU2Qj3l7rQemHfmwa9S8sDsydwCdnEwCBf/M=
100-
github.com/blevesearch/zapx/v16 v16.0.1/go.mod h1:aIgXIIRHzFMNlierxoIXQJLOBv8VAMcDcI7vXFo2fOQ=
99+
github.com/blevesearch/zapx/v16 v16.0.2 h1:Fa5VXCSo7XdG59GSzSBM2gmDkl52IpvrLVgcksB2Hbw=
100+
github.com/blevesearch/zapx/v16 v16.0.2/go.mod h1:pz7jGnRgnu2HvmiESfTNQDFWW56j1eLq+keuY/YQUXk=
101101
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
102102
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
103103
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=

0 commit comments

Comments
 (0)