feat(login):基本完成用户登录,待测。

This commit is contained in:
徐涛
2022-08-12 06:32:25 +08:00
parent 8f4e0320fd
commit 1c5bcf033b
8 changed files with 265 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.19
require (
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v5 v5.0.0-beta.1
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.12.0