日志包

This commit is contained in:
2025-10-31 16:34:39 +08:00
parent 60e90ee0e3
commit 51aea0589e
5 changed files with 208 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.whblueocean.cn/blueocean-go/logger
go 1.25.3
require gorm.io/gorm v1.31.0
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.20.0 // indirect
)