Replace archived rubex by src-d/go-oniguruma

Signed-off-by: kuba-- <kuba@sourced.tech>
This commit is contained in:
kuba-- 2019-03-14 15:02:35 +01:00
parent e067e45044
commit 14281d1785
No known key found for this signature in database
GPG Key ID: 07E1F60F1D564CAE

View File

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