buntdb/go.mod

13 lines
353 B
Modula-2
Raw Normal View History

2019-11-15 23:04:12 +03:00
module github.com/tidwall/buntdb
go 1.13
require (
2020-10-27 15:44:48 +03:00
github.com/tidwall/btree v0.2.1
2019-11-15 23:04:12 +03:00
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
)