mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
Merge pull request #206 from kuba--/go-mod
Replace archived rubex by src-d/go-oniguruma
This commit is contained in:
commit
56214e3289
@ -3,7 +3,7 @@
|
||||
package regex
|
||||
|
||||
import (
|
||||
"github.com/moovweb/rubex"
|
||||
rubex "github.com/src-d/go-oniguruma"
|
||||
)
|
||||
|
||||
type EnryRegexp = *rubex.Regexp
|
||||
|
Loading…
Reference in New Issue
Block a user