mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 12:19:46 +00:00
Replace archived rubex by src-d/go-oniguruma
Signed-off-by: kuba-- <kuba@sourced.tech>
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
package regex
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/moovweb/rubex"
|
rubex "github.com/src-d/go-oniguruma"
|
||||||
)
|
)
|
||||||
|
|
||||||
type EnryRegexp = *rubex.Regexp
|
type EnryRegexp = *rubex.Regexp
|
||||||
|
Reference in New Issue
Block a user