Add tentatively cockroachdb/pebble as initial database! This can be changed/replaced easily. Unfortunately it adds 7 MB to the binary and tons of dependencies :(

This commit is contained in:
Kleissner
2021-08-11 22:18:30 +02:00
parent 3da1acde60
commit afef726aaf
3 changed files with 338 additions and 1 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.16
require (
github.com/btcsuite/btcd v0.21.0-beta.0.20210401013323-36a96f6a0025
github.com/cockroachdb/pebble v0.0.0-20210811190824-e484d39f2d5a
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210420210106-798c2154c571