feat: slug generate.

This commit is contained in:
tx7do
2023-10-31 07:05:48 +08:00
parent 5717d4aefe
commit 836f4e2461
5 changed files with 124 additions and 1 deletions

2
go.mod
View File

@@ -4,6 +4,7 @@ go 1.20
require (
github.com/google/uuid v1.4.0
github.com/gosimple/slug v1.13.1
github.com/sony/sonyflake v1.2.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.14.0
@@ -11,6 +12,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect