-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
22 lines (19 loc) · 794 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/echoface/be_indexer
go 1.18
require (
github.com/RoaringBitmap/roaring v0.9.4
github.com/anknown/ahocorasick v0.0.0-20190904063843-d75dbd5169c0
github.com/echoface/proximityhash v0.0.0-20230211105152-91366992edfe
github.com/iohub/ahocorasick v0.0.0-20190713143823-b7bfd8ad9e27
github.com/mmcloughlin/geohash v0.10.0
github.com/smartystreets/goconvey v1.7.2
google.golang.org/protobuf v1.28.1
)
require (
github.com/anknown/darts v0.0.0-20151216065714-83ff685239e6 // indirect
github.com/bits-and-blooms/bitset v1.2.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
)