mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 12:19:46 +00:00
Merge pull request #206 from kuba--/go-mod
Replace archived rubex by src-d/go-oniguruma
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