Skip to content

Commit

Permalink
MB-51099: Upgrade bleve
Browse files Browse the repository at this point in the history
* 3c7d301d Sreekanth Sivasankaran | Fix for potential file handle leaks in merger. (#1652)

Change-Id: Id0f4d9553075f416441cf7f960984612e3a8e693
Reviewed-on: https://review.couchbase.org/c/cbft/+/171331
Well-Formed: Build Bot <build@couchbase.com>
Reviewed-by: <thejas.orkombu@couchbase.com>
Tested-by: Abhinav Dangeti <abhinav@couchbase.com>
  • Loading branch information
abhinavdangeti committed Feb 24, 2022
1 parent 50d9877 commit a8e3318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/blevesearch/bleve-mapping-ui v0.4.0
github.com/blevesearch/bleve/v2 v2.2.3-0.20211215221715-ba2e47b263b9
github.com/blevesearch/bleve/v2 v2.2.3-0.20220224151155-3c7d301db56a
github.com/blevesearch/bleve_index_api v1.0.1
github.com/blevesearch/upsidedown_store_api v1.0.1
github.com/blevesearch/zapx/v11 v11.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edY
github.com/blevesearch/bleve-mapping-ui v0.4.0 h1:UdnaFnr9IYxUvyyoLWeM3j7SsjkBcB1a+M4fP5rz0DU=
github.com/blevesearch/bleve-mapping-ui v0.4.0/go.mod h1:KUD8p9gSBGVy8dwN6lQlkG+04xT+GvFR2bEsCjJP5zc=
github.com/blevesearch/bleve/v2 v2.0.0/go.mod h1:OBP2Pktqik8vEiUlGhuWjYx7KiO4zD542+DHqICwM5w=
github.com/blevesearch/bleve/v2 v2.2.3-0.20211215221715-ba2e47b263b9 h1:EtfpMk7NdKSQchedFkA+lzsEIksU+5vSUIhIg2F09uw=
github.com/blevesearch/bleve/v2 v2.2.3-0.20211215221715-ba2e47b263b9/go.mod h1:qw2j0QmyfQTtJXeZRFkRQYDZRDALwtG7WZji1eHtegI=
github.com/blevesearch/bleve/v2 v2.2.3-0.20220224151155-3c7d301db56a h1:fqlN7I4LQCTgVZ8pz4ShB451ycONdfOJxIyJW1B8b2s=
github.com/blevesearch/bleve/v2 v2.2.3-0.20220224151155-3c7d301db56a/go.mod h1:qw2j0QmyfQTtJXeZRFkRQYDZRDALwtG7WZji1eHtegI=
github.com/blevesearch/bleve_index_api v1.0.0/go.mod h1:fiwKS0xLEm+gBRgv5mumf0dhgFr2mDgZah1pqv1c1M4=
github.com/blevesearch/bleve_index_api v1.0.1 h1:nx9++0hnyiGOHJwQQYfsUGzpRdEVE5LsylmmngQvaFk=
github.com/blevesearch/bleve_index_api v1.0.1/go.mod h1:fiwKS0xLEm+gBRgv5mumf0dhgFr2mDgZah1pqv1c1M4=
Expand Down

0 comments on commit a8e3318

Please sign in to comment.