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
commit 56214e3289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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