fix: cbc时间字段统一毫秒处理
This commit is contained in:
11
go.mod
11
go.mod
@@ -1,6 +1,6 @@
|
||||
module be.ems
|
||||
|
||||
go 1.24.0
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.24
|
||||
@@ -9,7 +9,7 @@ require (
|
||||
github.com/gin-gonic/gin v1.10.1
|
||||
github.com/glebarez/sqlite v1.11.0
|
||||
github.com/godoes/ginprom v0.3.7
|
||||
github.com/golang-jwt/jwt/v5 v5.2.2
|
||||
github.com/golang-jwt/jwt/v5 v5.3.0
|
||||
github.com/gopacket/gopacket v1.3.1
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/linxGnu/gosmpp v0.3.1
|
||||
@@ -22,12 +22,12 @@ require (
|
||||
github.com/redis/go-redis/v9 v9.11.0
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
github.com/shirou/gopsutil/v4 v4.25.6
|
||||
github.com/spf13/pflag v1.0.6
|
||||
github.com/spf13/pflag v1.0.7
|
||||
github.com/spf13/viper v1.20.1
|
||||
github.com/swaggo/files v1.0.1
|
||||
github.com/swaggo/gin-swagger v1.6.0
|
||||
github.com/swaggo/swag v1.16.4
|
||||
github.com/tsmask/go-oam v1.0.4
|
||||
github.com/swaggo/swag v1.16.6
|
||||
github.com/tsmask/go-oam v1.0.7
|
||||
github.com/wneessen/go-mail v0.6.2
|
||||
github.com/xuri/excelize/v2 v2.9.0
|
||||
golang.org/x/crypto v0.40.0
|
||||
@@ -108,6 +108,7 @@ require (
|
||||
golang.org/x/arch v0.16.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
||||
golang.org/x/image v0.26.0 // indirect
|
||||
golang.org/x/mod v0.25.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.34.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user