MarketingSystemDataExportTool/server/go.mod

32 lines
1.0 KiB
Modula-2
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module server
go 1.21
require (
github.com/go-sql-driver/mysql v1.7.1
github.com/tjfoc/gmsm v1.4.1
github.com/xuri/excelize/v2 v2.8.1
google.golang.org/grpc v1.60.1
gopkg.in/yaml.v3 v3.0.1
grpc/user/userv1 v0.0.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
// 使用本地 grpc 生成的代码
// 注意grpc/user/userv1 目录下的代码需要作为本地模块使用
replace grpc/user/userv1 => ../grpc/user/userv1