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