update dependency unidecode import path

This commit is contained in:
Juuso Haavisto 2014-12-15 20:35:24 +02:00
parent 778301ed3c
commit ef8fa58d46

View File

@ -6,7 +6,7 @@
package slug
import (
"github.com/fiam/gounidecode/unidecode"
"gopkgs.com/unidecode.v1"
"regexp"
"strings"
)