|
@@ -1,6 +1,8 @@
|
|
module jy/src/jfw/modules/publicapply/src
|
|
module jy/src/jfw/modules/publicapply/src
|
|
|
|
|
|
-go 1.20
|
|
|
|
|
|
+go 1.21
|
|
|
|
+
|
|
|
|
+toolchain go1.22.0
|
|
|
|
|
|
require (
|
|
require (
|
|
app.yhyue.com/moapp/jybase v0.0.0-20240226084952-7e7b38ef8a66
|
|
app.yhyue.com/moapp/jybase v0.0.0-20240226084952-7e7b38ef8a66
|
|
@@ -8,6 +10,7 @@ require (
|
|
app.yhyue.com/moapp/jypkg v1.22.9
|
|
app.yhyue.com/moapp/jypkg v1.22.9
|
|
bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20240607062231-ae1d02891843
|
|
bp.jydev.jianyu360.cn/BaseService/powerCheckCenter v0.0.0-20240607062231-ae1d02891843
|
|
bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.20
|
|
bp.jydev.jianyu360.cn/BaseService/userCenter v1.2.20
|
|
|
|
+ github.com/ClickHouse/clickhouse-go/v2 v2.2.0
|
|
github.com/SKatiyar/qr v0.0.0-20151201054752-25b6bdf44e67
|
|
github.com/SKatiyar/qr v0.0.0-20151201054752-25b6bdf44e67
|
|
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.5
|
|
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.5
|
|
github.com/alibabacloud-go/dypnsapi-20170525/v2 v2.2.1
|
|
github.com/alibabacloud-go/dypnsapi-20170525/v2 v2.2.1
|
|
@@ -90,7 +93,9 @@ require (
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/olivere/elastic v6.2.37+incompatible // indirect
|
|
github.com/olivere/elastic v6.2.37+incompatible // indirect
|
|
github.com/openzipkin/zipkin-go v0.4.2 // indirect
|
|
github.com/openzipkin/zipkin-go v0.4.2 // indirect
|
|
|
|
+ github.com/paulmach/orb v0.7.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
|
|
|
|
+ github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.18.0 // indirect
|
|
github.com/prometheus/client_golang v1.18.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
@@ -98,6 +103,7 @@ require (
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/redis/go-redis/v9 v9.4.0 // indirect
|
|
github.com/redis/go-redis/v9 v9.4.0 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
|
|
+ github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.3 // indirect
|
|
github.com/sirupsen/logrus v1.8.3 // 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
|