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
2021-03-30 00:03:54 +03:00
go 1.16
2019-11-15 23:04:12 +03:00
require (
2021-03-30 00:03:54 +03:00
github.com/tidwall/btree v0.4.2
github.com/tidwall/gjson v1.7.4
github.com/tidwall/grect v0.1.1
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
)