|
@@ -4,15 +4,13 @@ go 1.18
|
|
|
|
|
|
require (
|
|
require (
|
|
app.yhyue.com/moapp/jybase v0.0.0-20230420060106-a9c3f4187463
|
|
app.yhyue.com/moapp/jybase v0.0.0-20230420060106-a9c3f4187463
|
|
- app.yhyue.com/moapp/jylog v0.0.0-20230506054155-60c3d54a2cf6
|
|
|
|
- app.yhyue.com/moapp/jylogx v0.0.0-20230506054359-10daf2b78830
|
|
|
|
|
|
+ app.yhyue.com/moapp/jylogx v0.0.0-20230511070629-0ed867dc49d6
|
|
app.yhyue.com/moapp/jypkg v0.0.0-20230420060744-ff53e7ca6f47
|
|
app.yhyue.com/moapp/jypkg v0.0.0-20230420060744-ff53e7ca6f47
|
|
bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
|
|
bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
|
|
bp.jydev.jianyu360.cn/BaseService/jyCodeService v0.0.0-20220927093612-72958b15cdf0
|
|
bp.jydev.jianyu360.cn/BaseService/jyCodeService v0.0.0-20220927093612-72958b15cdf0
|
|
bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20230222052351-9d6fad062447
|
|
bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20230222052351-9d6fad062447
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/gogf/gf/v2 v2.0.6
|
|
github.com/gogf/gf/v2 v2.0.6
|
|
- github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/zeromicro/go-zero v1.5.2
|
|
github.com/zeromicro/go-zero v1.5.2
|
|
go.mongodb.org/mongo-driver v1.11.4
|
|
go.mongodb.org/mongo-driver v1.11.4
|
|
google.golang.org/grpc v1.54.0
|
|
google.golang.org/grpc v1.54.0
|
|
@@ -22,6 +20,7 @@ require (
|
|
require (
|
|
require (
|
|
app.yhyue.com/moapp/esv1 v0.0.0-20220414031211-3da4123e648d // indirect
|
|
app.yhyue.com/moapp/esv1 v0.0.0-20220414031211-3da4123e648d // indirect
|
|
app.yhyue.com/moapp/jyMarketing v0.0.2-0.20230304035551-21bb1eedf547 // indirect
|
|
app.yhyue.com/moapp/jyMarketing v0.0.2-0.20230304035551-21bb1eedf547 // indirect
|
|
|
|
+ app.yhyue.com/moapp/jylog v0.0.0-20230511065424-895d5b2cedfd // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/entManageApplication v0.0.0-20230214091519-89a98c01ab0e // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/entManageApplication v0.0.0-20230214091519-89a98c01ab0e // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.0.7 // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.0.7 // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.13 // indirect
|
|
bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.13 // indirect
|
|
@@ -89,6 +88,7 @@ require (
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
+ github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|