Merge pull request #1 from 9uuso/master
update unidecode dependency's import path
This commit is contained in:
commit
f7b92c2623
1 changed files with 1 additions and 1 deletions
2
slug.go
2
slug.go
|
|
@ -6,7 +6,7 @@
|
|||
package slug
|
||||
|
||||
import (
|
||||
"github.com/fiam/gounidecode/unidecode"
|
||||
"gopkgs.com/unidecode.v1"
|
||||
"regexp"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue