|
@@ -3,7 +3,7 @@ module bp.jydev.jianyu360.cn/BaseService/biService
|
|
go 1.19
|
|
go 1.19
|
|
|
|
|
|
require (
|
|
require (
|
|
- app.yhyue.com/moapp/jybase v0.0.0-20221010080805-39dc6a853eff
|
|
|
|
|
|
+ app.yhyue.com/moapp/jybase v0.0.0-20230523020646-528a068dac39
|
|
bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
|
|
bp.jydev.jianyu360.cn/BaseService/gateway v1.3.4
|
|
github.com/gogf/gf/v2 v2.0.6
|
|
github.com/gogf/gf/v2 v2.0.6
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/golang/protobuf v1.5.2
|
|
@@ -36,6 +36,7 @@ require (
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
+ github.com/gomodule/redigo v1.8.9 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
@@ -45,9 +46,11 @@ require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.1 // 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/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/longbridgeapp/sqlparser v0.3.1 // indirect
|
|
github.com/longbridgeapp/sqlparser v0.3.1 // indirect
|
|
|
|
+ github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
@@ -57,6 +60,7 @@ require (
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
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/olivere/elastic/v7 v7.0.22 // indirect
|
|
github.com/openzipkin/zipkin-go v0.4.0 // indirect
|
|
github.com/openzipkin/zipkin-go v0.4.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|