buntdb/go.mod

12 lines
220 B
Modula-2

module github.com/tidwall/buntdb
go 1.15
require (
github.com/tidwall/btree v0.3.0
github.com/tidwall/gjson v1.6.7
github.com/tidwall/grect v0.1.0
github.com/tidwall/match v1.0.3
github.com/tidwall/rtree v0.1.0
)