update log

This commit is contained in:
2023-03-14 13:53:07 +08:00
parent 3679bd502c
commit 811504c5d5
4 changed files with 56 additions and 32 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/json-iterator/go v1.1.12
github.com/spf13/viper v1.14.0
go.uber.org/zap v1.24.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/driver/mysql v1.4.5
gorm.io/gorm v1.24.3
)