1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-06 22:15:25 +02:00

Use unicode compat slug engine

This commit is contained in:
sauls8t 2018-04-25 12:15:17 +01:00
parent 91c8b05d89
commit 123fce6c17
18 changed files with 48504 additions and 678 deletions

View file

@ -88,3 +88,11 @@
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/documize/unidecode"
[[constraint]]
name = "github.com/documize/slug"
version = "1.1.1"