-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (30 loc) · 1.18 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/blugelabs/bluge
go 1.23
toolchain go1.23.1
require (
github.com/RoaringBitmap/roaring v1.9.4
github.com/axiomhq/hyperloglog v0.2.0
github.com/bits-and-blooms/bitset v1.14.3
github.com/blevesearch/go-porterstemmer v1.0.3
github.com/blevesearch/mmap-go v1.0.4
github.com/blevesearch/segment v0.9.1
github.com/blevesearch/snowballstem v0.9.0
github.com/blevesearch/vellum v1.0.10
github.com/blugelabs/bluge_segment_api v0.2.0
github.com/blugelabs/ice v1.0.0
github.com/caio/go-tdigest v3.1.0+incompatible
github.com/spf13/cobra v1.8.1
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
)
require (
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gonum.org/v1/gonum v0.7.0 // indirect
)
replace github.com/blugelabs/ice => github.com/SkyAPM/ice v0.0.0-20241108011032-c3d8eea75118
replace github.com/blugelabs/bluge_segment_api => github.com/zinclabs/bluge_segment_api v1.0.0