3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-10 19:40:50 +01:00

13 lines
353 B
Modula-2
Raw Normal View History

module github.com/tidwall/buntdb
2020-11-08 17:55:22 -05:00
go 1.15
require (
2020-11-08 17:55:22 -05:00
github.com/tidwall/btree v0.2.2
github.com/tidwall/gjson v1.6.1
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb
github.com/tidwall/match v1.0.1
2020-11-08 17:55:22 -05:00
github.com/tidwall/rtree v0.0.0-20201027154624-32188eeb08a8
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
)