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