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

12 lines
220 B
Modula-2
Raw Normal View History

2021-07-08 16:35:01 +03:00
module github.com/tidwall/buntdb
go 1.15
require (
2021-01-26 01:11:55 +03:00
github.com/tidwall/btree v0.3.0
2021-02-08 03:54:56 +03:00
github.com/tidwall/gjson v1.6.8
2021-01-26 01:11:55 +03:00
github.com/tidwall/grect v0.1.0
github.com/tidwall/match v1.0.3
2021-02-08 03:54:56 +03:00
github.com/tidwall/rtred v0.1.2
2021-07-08 16:35:01 +03:00
)