|
@@ -2,7 +2,6 @@ module jyOrderManager
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
-
|
|
|
require (
|
|
|
app.yhyue.com/moapp/jybase v0.0.0-20250220061341-81c668b6c7ea
|
|
|
app.yhyue.com/moapp/jypkg v1.32.6
|
|
@@ -12,7 +11,11 @@ require (
|
|
|
github.com/google/uuid v1.6.0
|
|
|
github.com/lukasjarosch/go-docx v0.5.0
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
+ github.com/robfig/cron v1.2.0
|
|
|
github.com/rosbit/cn-capitalizer v0.0.1
|
|
|
+ github.com/tealeg/xlsx v1.0.5
|
|
|
+ go.mongodb.org/mongo-driver v1.17.3
|
|
|
+ k8s.io/apimachinery v0.29.3
|
|
|
)
|
|
|
|
|
|
require (
|
|
@@ -86,7 +89,6 @@ require (
|
|
|
github.com/redis/go-redis/v9 v9.7.0 // indirect
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
- github.com/tealeg/xlsx v1.0.5 // indirect
|
|
|
github.com/thinxer/go-word2vec v0.0.0-20150917053916-5c19ec7379ed // indirect
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
@@ -97,7 +99,6 @@ require (
|
|
|
go.etcd.io/etcd/api/v3 v3.5.13 // indirect
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
|
|
|
go.etcd.io/etcd/client/v3 v3.5.13 // indirect
|
|
|
- go.mongodb.org/mongo-driver v1.17.3 // indirect
|
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
|
|
@@ -135,7 +136,6 @@ require (
|
|
|
gorm.io/gorm v1.21.3 // indirect
|
|
|
jygit.jydev.jianyu360.cn/ApplicationCenter/publicService v0.0.0-20231023011746-38dc3b6aded8 // indirect
|
|
|
k8s.io/api v0.29.3 // indirect
|
|
|
- k8s.io/apimachinery v0.29.3 // indirect
|
|
|
k8s.io/client-go v0.29.3 // indirect
|
|
|
k8s.io/klog/v2 v2.110.1 // indirect
|
|
|
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
|