refactor(keybase): switch to native SQLite serialization and deserialization

This commit is contained in:
2026-01-08 20:16:50 -05:00
parent e5230a6360
commit 842fdc1923
6 changed files with 202 additions and 144 deletions

1
go.mod
View File

@@ -23,6 +23,7 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect