diff --git a/slug.go b/slug.go index b2b0cee..85d614f 100644 --- a/slug.go +++ b/slug.go @@ -6,7 +6,7 @@ package slug import ( - "github.com/rainycape/unidecode" + "github.com/dalu/unidecode" "regexp" "strings" )