buntdb/go.mod

14 lines
287 B
Modula-2
Raw Normal View History

2019-11-15 23:04:12 +03:00
module github.com/tidwall/buntdb
2021-03-30 00:03:54 +03:00
go 1.16
2019-11-15 23:04:12 +03:00
require (
2021-08-01 19:54:09 +03:00
github.com/tidwall/assert v0.1.0
github.com/tidwall/btree v0.6.0
2021-06-17 17:33:29 +03:00
github.com/tidwall/gjson v1.8.0
github.com/tidwall/grect v0.1.2
2021-03-31 01:36:40 +03:00
github.com/tidwall/lotsa v1.0.2
2021-01-06 20:50:41 +03:00
github.com/tidwall/match v1.0.3
2021-02-08 03:51:10 +03:00
github.com/tidwall/rtred v0.1.2
2019-11-15 23:04:12 +03:00
)