diff --git a/translit.go b/translit.go index 8ca3edc..d26b6a0 100644 --- a/translit.go +++ b/translit.go @@ -36,7 +36,7 @@ package translit import ( "bytes" - "code.google.com/p/go.exp/utf8string" + "golang.org/x/exp/utf8string" "strings" "unicode" )