2021-03-01 04:38:33 +05:30
|
|
|
module github.com/blevesearch/vellum
|
2019-11-27 14:53:33 +05:30
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-05-10 11:10:54 +05:30
|
|
|
github.com/blevesearch/mmap-go v1.0.2
|
2019-11-27 14:53:33 +05:30
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
github.com/willf/bitset v1.1.10
|
|
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
|
|
)
|