mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
9591185c8f
For #1441 https://github.com/blevesearch/bleve/commit/a91b427b59b893f112021841ba7370d285f8426f
11 lines
220 B
Modula-2
11 lines
220 B
Modula-2
module github.com/couchbase/vellum
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/edsrzf/mmap-go v1.0.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/willf/bitset v1.1.10
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
)
|