|
@@ -3,46 +3,45 @@ module jy/src/jfw/modules/subscribepay/src
|
|
|
go 1.19
|
|
|
|
|
|
require (
|
|
|
- app.yhyue.com/moapp/jybase v0.0.0-20230718012114-37013054344b
|
|
|
+ app.yhyue.com/moapp/jybase v0.0.0-20240104022202-158734833402
|
|
|
app.yhyue.com/moapp/jylog v0.0.0-20230522075550-05d7230ca545
|
|
|
- app.yhyue.com/moapp/jypkg v1.10.2
|
|
|
- bp.jydev.jianyu360.cn/BaseService/pushpkg v0.0.0-20230225061813-384daf716c9d
|
|
|
- bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.15-0.20230925060020-8e4db0f1e13e
|
|
|
+ app.yhyue.com/moapp/jypkg v1.0.16
|
|
|
+ bp.jydev.jianyu360.cn/BaseService/pushpkg v0.0.0-20240124011810-8732a8325b61
|
|
|
+ bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.16
|
|
|
github.com/SKatiyar/qr v0.0.0-20151201054752-25b6bdf44e67
|
|
|
- github.com/gogf/gf/v2 v2.3.3
|
|
|
+ github.com/gogf/gf/v2 v2.6.2
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
github.com/tealeg/xlsx v1.0.5
|
|
|
- go.mongodb.org/mongo-driver v1.11.6
|
|
|
+ go.mongodb.org/mongo-driver v1.13.1
|
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
|
- k8s.io/apimachinery v0.27.0-alpha.3
|
|
|
+ k8s.io/apimachinery v0.29.1
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
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/message v0.0.0-20221223100203-6402e389d9ae // indirect
|
|
|
- bp.jydev.jianyu360.cn/BaseService/entManageApplication v0.0.0-20230214091519-89a98c01ab0e // indirect
|
|
|
- bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20231219095433-7e7d4aa59822 // indirect
|
|
|
- bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.0.8 // indirect
|
|
|
- github.com/BurntSushi/toml v1.1.0 // indirect
|
|
|
+ app.yhyue.com/moapp/message v0.0.0-20231204024949-8c7145bfc161 // indirect
|
|
|
+ bp.jydev.jianyu360.cn/BaseService/entManageApplication v0.0.0-20231226074509-942d80dc34eb // indirect
|
|
|
+ bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20231222060155-36e225b61353 // indirect
|
|
|
+ bp.jydev.jianyu360.cn/BaseService/resourceCenter v0.1.3 // indirect
|
|
|
+ github.com/BurntSushi/toml v1.2.0 // indirect
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
- github.com/clbanning/mxj/v2 v2.5.5 // indirect
|
|
|
+ github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
- github.com/donnie4w/go-logger v0.0.0-20170827050443-4740c51383f4 // indirect
|
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
|
|
- github.com/fatih/color v1.15.0 // indirect
|
|
|
- github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
|
+ github.com/fatih/color v1.16.0 // indirect
|
|
|
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
|
github.com/garyburd/redigo v1.6.2 // indirect
|
|
|
- github.com/go-logr/logr v1.2.4 // indirect
|
|
|
+ github.com/go-logr/logr v1.3.0 // indirect
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
|
- github.com/go-openapi/jsonreference v0.20.1 // indirect
|
|
|
- github.com/go-openapi/swag v0.22.3 // indirect
|
|
|
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
|
+ github.com/go-openapi/swag v0.22.4 // indirect
|
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
|
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
@@ -51,24 +50,25 @@ require (
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
|
- github.com/google/gnostic v0.5.7-v3refs // indirect
|
|
|
- github.com/google/go-cmp v0.5.9 // indirect
|
|
|
+ github.com/google/gnostic-models v0.6.8 // indirect
|
|
|
+ github.com/google/go-cmp v0.6.0 // indirect
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
|
+ github.com/google/uuid v1.4.0 // indirect
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
|
|
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
|
|
|
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
github.com/howeyc/fsnotify v0.9.0 // indirect
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
github.com/jinzhu/now v1.1.1 // indirect
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
- github.com/klauspost/compress v1.15.15 // indirect
|
|
|
+ github.com/klauspost/compress v1.16.7 // indirect
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
- github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
- github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
+ github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
+ github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
@@ -79,14 +79,14 @@ require (
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
|
github.com/olivere/elastic v6.2.37+incompatible // indirect
|
|
|
github.com/olivere/elastic/v7 v7.0.22 // indirect
|
|
|
- github.com/openzipkin/zipkin-go v0.4.1 // indirect
|
|
|
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
|
|
+ github.com/openzipkin/zipkin-go v0.4.2 // indirect
|
|
|
+ github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
- github.com/prometheus/client_golang v1.15.1 // indirect
|
|
|
- github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
- github.com/prometheus/common v0.42.0 // indirect
|
|
|
- github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
- github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
+ github.com/prometheus/client_golang v1.17.0 // indirect
|
|
|
+ github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
|
|
|
+ github.com/prometheus/common v0.44.0 // indirect
|
|
|
+ github.com/prometheus/procfs v0.11.1 // indirect
|
|
|
+ github.com/rivo/uniseg v0.4.4 // indirect
|
|
|
github.com/sirupsen/logrus v1.8.3 // indirect
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
@@ -96,40 +96,42 @@ require (
|
|
|
github.com/spf13/viper v1.15.0 // indirect
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
|
- github.com/xdg-go/scram v1.1.1 // indirect
|
|
|
- github.com/xdg-go/stringprep v1.0.3 // indirect
|
|
|
- github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
|
- github.com/zeromicro/go-zero v1.5.3 // indirect
|
|
|
- go.etcd.io/etcd/api/v3 v3.5.9 // indirect
|
|
|
- go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
|
|
|
- go.etcd.io/etcd/client/v3 v3.5.9 // indirect
|
|
|
- go.opentelemetry.io/otel v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/jaeger v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.14.0 // indirect
|
|
|
- go.opentelemetry.io/otel/exporters/zipkin v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/sdk v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/otel/trace v1.15.1 // indirect
|
|
|
- go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
|
+ github.com/xdg-go/scram v1.1.2 // indirect
|
|
|
+ github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
|
+ github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
|
+ github.com/zeromicro/go-zero v1.6.1 // indirect
|
|
|
+ go.etcd.io/etcd/api/v3 v3.5.11 // indirect
|
|
|
+ go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
|
|
|
+ go.etcd.io/etcd/client/v3 v3.5.11 // indirect
|
|
|
+ go.opentelemetry.io/otel v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/exporters/zipkin v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/metric v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/sdk v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/otel/trace v1.19.0 // indirect
|
|
|
+ go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
- go.uber.org/automaxprocs v1.5.2 // indirect
|
|
|
+ go.uber.org/automaxprocs v1.5.3 // indirect
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
|
- golang.org/x/crypto v0.6.0 // indirect
|
|
|
- golang.org/x/net v0.10.0 // indirect
|
|
|
- golang.org/x/oauth2 v0.7.0 // indirect
|
|
|
- golang.org/x/sync v0.1.0 // indirect
|
|
|
- golang.org/x/sys v0.8.0 // indirect
|
|
|
- golang.org/x/term v0.8.0 // indirect
|
|
|
- golang.org/x/text v0.9.0 // indirect
|
|
|
- golang.org/x/time v0.3.0 // indirect
|
|
|
- google.golang.org/appengine v1.6.7 // indirect
|
|
|
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
|
- google.golang.org/grpc v1.56.1 // indirect
|
|
|
- google.golang.org/protobuf v1.31.0 // indirect
|
|
|
+ golang.org/x/crypto v0.16.0 // indirect
|
|
|
+ golang.org/x/net v0.19.0 // indirect
|
|
|
+ golang.org/x/oauth2 v0.13.0 // indirect
|
|
|
+ golang.org/x/sync v0.5.0 // indirect
|
|
|
+ golang.org/x/sys v0.15.0 // indirect
|
|
|
+ golang.org/x/term v0.15.0 // indirect
|
|
|
+ golang.org/x/text v0.14.0 // indirect
|
|
|
+ golang.org/x/time v0.5.0 // indirect
|
|
|
+ google.golang.org/appengine v1.6.8 // indirect
|
|
|
+ google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
|
|
+ google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
|
|
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
|
|
+ google.golang.org/grpc v1.60.0 // indirect
|
|
|
+ google.golang.org/protobuf v1.31.1-0.20231027082548-f4a6c1f6e5c1 // indirect
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
@@ -138,13 +140,13 @@ require (
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
gorm.io/driver/mysql v1.0.5 // indirect
|
|
|
gorm.io/gorm v1.21.3 // indirect
|
|
|
- jygit.jydev.jianyu360.cn/ApplicationCenter/publicService v0.0.0-20231017031425-45003ca9f35a // indirect
|
|
|
- k8s.io/api v0.26.3 // indirect
|
|
|
- k8s.io/client-go v0.26.3 // indirect
|
|
|
- k8s.io/klog/v2 v2.90.1 // indirect
|
|
|
- k8s.io/kube-openapi v0.0.0-20230307230338-69ee2d25a840 // indirect
|
|
|
- k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
|
|
|
+ jygit.jydev.jianyu360.cn/ApplicationCenter/publicService v0.0.0-20231023011746-38dc3b6aded8 // indirect
|
|
|
+ k8s.io/api v0.28.4 // indirect
|
|
|
+ k8s.io/client-go v0.28.4 // indirect
|
|
|
+ k8s.io/klog/v2 v2.110.1 // indirect
|
|
|
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
|
|
|
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
|
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
|
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
|
)
|