Adds Aho-Corasick matching to obiannotate

This commit is contained in:
2023-02-09 15:59:11 +01:00
parent 8b70b1a5d8
commit 08521c74e2
6 changed files with 94 additions and 2 deletions

1
go.mod
View File

@ -23,6 +23,7 @@ require (
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rrethy/ahocorasick v1.0.0 // indirect
github.com/vc60er/deptree v0.0.0-20220713110736-c48b0387dddc // indirect
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect