add hash ids provider

This commit is contained in:
yanghao05
2023-05-30 10:59:16 +08:00
parent 7d6b29c47d
commit 2523e47840
4 changed files with 49 additions and 0 deletions

1
go.mod
View File

@@ -15,6 +15,7 @@ require (
github.com/mojocn/base64Captcha v1.3.5
github.com/pkg/errors v0.9.1
github.com/rogeecn/gen v1.0.11
github.com/speps/go-hashids/v2 v2.0.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
go-micro.dev/v4 v4.10.2