feat: add gin logger middleware

rm: nf mod
This commit is contained in:
zhaoyupeng
2025-06-13 17:18:52 +08:00
parent f67d78b5e6
commit 1a35c30630
5 changed files with 137 additions and 5 deletions

1
go.mod
View File

@ -7,7 +7,6 @@ require (
github.com/gin-gonic/gin v1.10.1
github.com/google/uuid v1.6.0
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/loveuer/nf v0.3.5
golang.org/x/crypto v0.25.0
)