buntdb/go.mod

12 lines
220 B
Modula-2
Raw Normal View History

2019-11-15 23:04:12 +03:00
module github.com/tidwall/buntdb
2020-10-27 18:55:29 +03:00
go 1.15
2019-11-15 23:04:12 +03:00
require (
2021-01-06 20:50:41 +03:00
github.com/tidwall/btree v0.3.0
github.com/tidwall/gjson v1.6.7
2021-01-26 00:57:28 +03:00
github.com/tidwall/grect v0.1.0
2021-01-06 20:50:41 +03:00
github.com/tidwall/match v1.0.3
2021-01-26 00:57:28 +03:00
github.com/tidwall/rtree v0.1.0
2019-11-15 23:04:12 +03:00
)