mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 15:39:30 +01:00
fd3cbab6ee
Potentially fixes the database corruption seen on #1603
13 lines
253 B
Modula-2
13 lines
253 B
Modula-2
module github.com/tidwall/buntdb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/tidwall/btree v0.4.2
|
|
github.com/tidwall/gjson v1.7.4
|
|
github.com/tidwall/grect v0.1.1
|
|
github.com/tidwall/lotsa v1.0.2
|
|
github.com/tidwall/match v1.0.3
|
|
github.com/tidwall/rtred v0.1.2
|
|
)
|