module dsSupport go 1.13 require ( github.com/0x5010/grpcp v0.0.0-20180912032145-6d4772332891 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/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/bluesky335/IDCheck v0.0.0-20200319021444-08ee85bfcb7b 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.4.9 // indirect github.com/gin-gonic/gin v1.6.3 github.com/go-cas/cas v1.2.0 github.com/go-redis/redis/v7 v7.4.0 github.com/go-sql-driver/mysql v1.5.0 github.com/golang/protobuf v1.4.3 github.com/golang/snappy v0.0.1 // indirect github.com/lib/pq v1.8.0 github.com/mattn/go-sqlite3 v1.14.8 // indirect github.com/oklog/ulid v1.3.1 github.com/olivere/elastic/v7 v7.0.20 github.com/pkg/sftp v1.12.0 github.com/rs/xid v1.2.1 github.com/satori/go.uuid v1.2.0 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/swaggo/gin-swagger v1.2.0 github.com/swaggo/swag v1.5.1 github.com/syndtr/goleveldb v1.0.0 // indirect github.com/tealeg/xlsx v1.0.5 // indirect github.com/tidwall/gjson v1.6.1 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-20200731130200-6811f3bde592 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/sys v0.0.0-20200821140526-fda516888d29 // indirect google.golang.org/grpc v1.40.0 google.golang.org/grpc/examples v0.0.0-20210812181202-a42567fe92f0 // indirect google.golang.org/protobuf v1.25.0 gopkg.in/cas.v1 v1.2.0 // indirect gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect gopkg.in/ini.v1 v1.60.1 gopkg.in/yaml.v2 v2.3.0 // indirect )