3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-12-25 12:12:35 +01:00
ergo/vendor/github.com/tidwall/buntdb/go.mod

13 lines
253 B
Modula-2
Raw Normal View History

module github.com/tidwall/buntdb
go 1.16
require (
2021-08-03 07:46:20 +02:00
github.com/tidwall/btree v0.6.0
github.com/tidwall/gjson v1.8.0
github.com/tidwall/grect v0.1.2
github.com/tidwall/lotsa v1.0.2
github.com/tidwall/match v1.0.3
github.com/tidwall/rtred v0.1.2
)