Merge pull request #206 from kuba--/go-mod

Replace archived rubex by src-d/go-oniguruma
This commit is contained in:
Alexander
2019-03-15 16:19:38 +01:00
committed by GitHub

View File

@ -3,7 +3,7 @@
package regex
import (
"github.com/moovweb/rubex"
rubex "github.com/src-d/go-oniguruma"
)
type EnryRegexp = *rubex.Regexp