|
@@ -5,7 +5,6 @@ go 1.21.4
|
|
|
require (
|
|
|
firebase.google.com/go v3.13.0+incompatible
|
|
|
github.com/DeanThompson/ginpprof v0.0.0-20201112072838-007b1e56b2e1
|
|
|
- github.com/bwmarrin/snowflake v0.3.0
|
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
@@ -18,7 +17,6 @@ require (
|
|
|
github.com/rotisserie/eris v0.5.4
|
|
|
github.com/spf13/viper v1.18.2
|
|
|
gorm.io/gorm v1.25.7
|
|
|
- x.sikey.com.cn/serverx v1.2.3
|
|
|
)
|
|
|
|
|
|
require (
|
|
@@ -30,6 +28,7 @@ require (
|
|
|
cloud.google.com/go/longrunning v0.5.4 // indirect
|
|
|
cloud.google.com/go/storage v1.35.1 // indirect
|
|
|
github.com/aliyun/aliyun-log-go-sdk v0.1.70 // indirect
|
|
|
+ github.com/bwmarrin/snowflake v0.3.0 // indirect
|
|
|
github.com/bytedance/sonic v1.10.2 // indirect
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
@@ -103,4 +102,5 @@ require (
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
gorm.io/driver/mysql v1.5.4 // indirect
|
|
|
+ x.sikey.com.cn/serverx v1.2.4 // indirect
|
|
|
)
|