mirror of
https://github.com/Luzifer/slugify.git
synced 2024-11-09 16:50:02 +00:00
15 lines
341 B
Modula-2
15 lines
341 B
Modula-2
module github.com/Luzifer/slugify
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/gosimple/slug v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/gosimple/unidecode v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|