WH01243 1 month ago
parent
commit
25e67dea5d
3 changed files with 812 additions and 1 deletions
  1. 1 0
      go.mod
  2. 811 0
      go.sum
  3. 0 1
      service/clue.go

+ 1 - 0
go.mod

@@ -5,6 +5,7 @@ go 1.20
 require (
 require (
 	app.yhyue.com/moapp/jybase v0.0.0-20240523083821-42a82b37ae20
 	app.yhyue.com/moapp/jybase v0.0.0-20240523083821-42a82b37ae20
 	app.yhyue.com/moapp/jypkg v1.13.3
 	app.yhyue.com/moapp/jypkg v1.13.3
+	app.yhyue.com/moapp/message v0.0.0-20231204024949-8c7145bfc161
 	bp.jydev.jianyu360.cn/BaseService/fileCenter v0.0.0-20231017010644-b9f5c5167673
 	bp.jydev.jianyu360.cn/BaseService/fileCenter v0.0.0-20231017010644-b9f5c5167673
 	bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
 	bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
 	bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.1.3
 	bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.1.3

File diff suppressed because it is too large
+ 811 - 0
go.sum


+ 0 - 1
service/clue.go

@@ -1,7 +1,6 @@
 package service
 package service
 
 
 import (
 import (
-	"app.yhyue.com/moapp/message/db"
 	"context"
 	"context"
 	"database/sql"
 	"database/sql"
 	"encoding/json"
 	"encoding/json"

Some files were not shown because too many files changed in this diff