3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-10 19:40:50 +01:00
Shivaram Lingamneni fd3cbab6ee bump buntdb to v1.2.3
Potentially fixes the database corruption seen on #1603
2021-04-01 20:45:15 -04:00

9 lines
121 B
Modula-2

module github.com/tidwall/gjson
go 1.12
require (
github.com/tidwall/match v1.0.3
github.com/tidwall/pretty v1.1.0
)