feat(del-db): initial delete-db, with fixed levenshtein distance suggestions
This commit is contained in:
parent
23376c3515
commit
63ade13e7a
4 changed files with 188 additions and 39 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/llywelwyn/pda
|
|||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/agnivade/levenshtein v1.2.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/dgraph-io/badger/v4 v4.8.0 // indirect
|
||||
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue