tile38/vendor/github.com/tidwall/buntdb/go.mod

13 lines
253 B
Modula-2
Raw Normal View History

2020-10-28 01:29:50 +03:00
module github.com/tidwall/buntdb
2021-03-30 18:09:03 +03:00
go 1.16
2020-10-28 01:29:50 +03:00
require (
2021-03-30 18:09:03 +03:00
github.com/tidwall/btree v0.4.2
github.com/tidwall/gjson v1.7.4
github.com/tidwall/grect v0.1.1
2021-03-31 01:38:42 +03:00
github.com/tidwall/lotsa v1.0.2
2021-01-26 01:11:55 +03:00
github.com/tidwall/match v1.0.3
2021-02-08 03:54:56 +03:00
github.com/tidwall/rtred v0.1.2
2020-10-28 01:29:50 +03:00
)