forked from mirror/buntdb
13 lines
353 B
Modula-2
13 lines
353 B
Modula-2
module github.com/tidwall/buntdb
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/tidwall/btree v0.2.1
|
|
github.com/tidwall/gjson v1.3.4
|
|
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb
|
|
github.com/tidwall/match v1.0.1
|
|
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e
|
|
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
|
|
)
|