feat: add fuzzysearch dependency for scanner engine

This commit is contained in:
2026-07-19 18:09:41 +03:00
parent 424be1efc4
commit c95c740cd5
4 changed files with 203 additions and 1 deletions

7
go.mod
View File

@@ -8,4 +8,9 @@ require (
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/time v0.15.0
require (
github.com/lithammer/fuzzysearch v1.1.8
golang.org/x/time v0.15.0
)
require golang.org/x/text v0.9.0 // indirect