enhance(log):Web框架所使用的日志中间件改用第三方定义的中间件。

This commit is contained in:
徐涛
2022-09-09 09:31:51 +08:00
parent 54b680f757
commit 5c0c77202c
3 changed files with 27 additions and 3 deletions

1
go.mod
View File

@@ -25,6 +25,7 @@ require (
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-contrib/zap v0.0.2 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect