mirror of https://github.com/tidwall/buntdb.git
14 lines
288 B
Modula-2
14 lines
288 B
Modula-2
module github.com/tidwall/buntdb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/tidwall/assert v0.1.0
|
|
github.com/tidwall/btree v1.1.0
|
|
github.com/tidwall/gjson v1.12.1
|
|
github.com/tidwall/grect v0.1.4
|
|
github.com/tidwall/lotsa v1.0.2
|
|
github.com/tidwall/match v1.1.1
|
|
github.com/tidwall/rtred v0.1.2
|
|
)
|