mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(filters): do not split commas inside valid Regexp (#1212)
* fix(filter): matchRegex * fix(filter): matchRegex use new splitter
This commit is contained in:
parent
db7ab7c99a
commit
1563ce5e9f
4 changed files with 45 additions and 1 deletions
1
go.mod
1
go.mod
|
@ -61,6 +61,7 @@ require (
|
|||
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/gdm85/go-rencode v0.1.8 // indirect
|
||||
github.com/go-andiamo/splitter v1.2.5 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/gorilla/securecookie v1.1.2 // indirect
|
||||
github.com/gosimple/unidecode v1.0.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue