module dsBaseRpc go 1.18 require ( github.com/0x5010/grpcp v0.0.0-20180912032145-6d4772332891 github.com/bluesky335/IDCheck v0.0.0-20200319021444-08ee85bfcb7b github.com/cao-guang/pinyin v0.0.0-20190927081849-38872b67965d github.com/go-redis/redis/v7 v7.4.0 github.com/go-sql-driver/mysql v1.5.0 github.com/golang/protobuf v1.5.2 github.com/iancoleman/strcase v0.1.1 github.com/mitchellh/mapstructure v1.2.2 github.com/mritd/chinaid v1.0.2 github.com/pkg/errors v0.9.1 github.com/pkg/sftp v1.11.0 github.com/robfig/cron/v3 v3.0.0 github.com/rocket049/gostructcopy v0.0.1 github.com/satori/go.uuid v1.2.0 github.com/tealeg/xlsx v1.0.5 github.com/tidwall/gjson v1.6.0 github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31 github.com/xormplus/xorm v0.0.0-20210822100304-4e1d4fcc1e67 golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 google.golang.org/grpc v1.36.0 google.golang.org/protobuf v1.27.1 gopkg.in/ini.v1 v1.55.0 ) require ( github.com/Chronokeeper/anyxml v0.0.0-20160530174208-54457d8e98c6 // indirect github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect github.com/CloudyKit/jet v2.1.2+incompatible // indirect github.com/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee // indirect github.com/agrison/mxj v0.0.0-20160310142625-1269f8afb3b4 // indirect github.com/bndr/gotabulate v1.1.2 // indirect github.com/clbanning/mxj v1.8.4 // indirect github.com/fatih/structs v1.1.0 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/kr/fs v0.1.0 // indirect github.com/mattn/go-sqlite3 v1.14.14 // 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.1 // indirect github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect github.com/stretchr/testify v1.7.0 // indirect github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tidwall/match v1.0.1 // indirect github.com/tidwall/pretty v1.0.1 // indirect github.com/xuri/efp v0.0.0-20220407160117-ad0f7a785be8 // indirect github.com/xuri/excelize/v2 v2.6.0 // indirect github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3 // indirect golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect golang.org/x/text v0.3.7 // indirect google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98 // indirect google.golang.org/grpc/examples v0.0.0-20220629191424-423cd8e3ad5f // indirect gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )