-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-35347: Bump up blevesearch/bleve/v2 to latest
To include: blevesearch/bleve#2090
- Loading branch information
1 parent
7ffc723
commit 12ea333
Showing
2 changed files
with
43 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,45 @@ | ||
module github.com/blevesearch/bleve-mapping-ui | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/blevesearch/bleve/v2 v2.3.10 | ||
github.com/blevesearch/bleve/v2 v2.4.4-0.20241219161448-77458c40dd23 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 | ||
github.com/gorilla/mux v1.8.0 | ||
) | ||
|
||
require ( | ||
github.com/RoaringBitmap/roaring v1.2.3 // indirect | ||
github.com/bits-and-blooms/bitset v1.2.0 // indirect | ||
github.com/blevesearch/bleve_index_api v1.0.6 // indirect | ||
github.com/blevesearch/geo v0.1.18 // indirect | ||
github.com/RoaringBitmap/roaring v1.9.3 // indirect | ||
github.com/bits-and-blooms/bitset v1.12.0 // indirect | ||
github.com/blevesearch/bleve_index_api v1.2.0 // indirect | ||
github.com/blevesearch/geo v0.1.20 // indirect | ||
github.com/blevesearch/go-faiss v1.0.24 // indirect | ||
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect | ||
github.com/blevesearch/goleveldb v1.0.1 // indirect | ||
github.com/blevesearch/gtreap v0.1.1 // indirect | ||
github.com/blevesearch/mmap-go v1.0.4 // indirect | ||
github.com/blevesearch/scorch_segment_api/v2 v2.1.6 // indirect | ||
github.com/blevesearch/scorch_segment_api/v2 v2.3.0 // indirect | ||
github.com/blevesearch/segment v0.9.1 // indirect | ||
github.com/blevesearch/snowballstem v0.9.0 // indirect | ||
github.com/blevesearch/stempel v0.2.0 // indirect | ||
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect | ||
github.com/blevesearch/vellum v1.0.10 // indirect | ||
github.com/blevesearch/vellum v1.1.0 // indirect | ||
github.com/blevesearch/zapx/v11 v11.3.10 // indirect | ||
github.com/blevesearch/zapx/v12 v12.3.10 // indirect | ||
github.com/blevesearch/zapx/v13 v13.3.10 // indirect | ||
github.com/blevesearch/zapx/v14 v14.3.10 // indirect | ||
github.com/blevesearch/zapx/v15 v15.3.13 // indirect | ||
github.com/blevesearch/zapx/v15 v15.3.17 // indirect | ||
github.com/blevesearch/zapx/v16 v16.1.11-0.20241219160422-82553cdd4b38 // indirect | ||
github.com/couchbase/ghistogram v0.1.0 // indirect | ||
github.com/couchbase/moss v0.2.0 // indirect | ||
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
github.com/golang/protobuf v1.3.5 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect | ||
github.com/mschoch/smat v0.2.0 // indirect | ||
go.etcd.io/bbolt v1.3.7 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters