module dsDataex go 1.14 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/Shopify/sarama v1.26.4 // 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/bndr/gotabulate v1.1.2 // indirect github.com/chenhg5/collection v0.0.0-20200925143926-f403b87088f9 // indirect github.com/clbanning/mxj v1.8.4 // indirect github.com/confluentinc/confluent-kafka-go v1.4.2 github.com/elastic/go-elasticsearch/v7 v7.8.0 github.com/fatih/structs v1.1.0 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/garyburd/redigo v1.6.0 github.com/gin-gonic/gin v1.6.3 github.com/go-co-op/gocron v0.3.0 github.com/go-openapi/loads v0.19.5 github.com/go-openapi/spec v0.19.6 github.com/go-redis/redis/v7 v7.3.0 github.com/go-sql-driver/mysql v1.5.0 github.com/golang/protobuf v1.4.2 github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect github.com/imdario/mergo v0.3.9 github.com/klauspost/compress v1.10.4 // indirect github.com/kr/fs v0.1.0 // indirect github.com/lib/pq v1.9.0 github.com/mailru/easyjson v0.7.2 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/olivere/elastic/v7 v7.0.19 github.com/pkg/errors v0.9.1 github.com/pkg/sftp v0.0.0-20180419200840-5bf2a174b604 github.com/satori/go.uuid v1.2.0 github.com/segmentio/kafka-go v0.3.7 github.com/shopspring/decimal v1.2.0 // indirect github.com/sirupsen/logrus v1.6.0 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect 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/tracer0tong/kafkalogrus v0.0.0-20180816014403-290bb4d4d549 github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect github.com/xormplus/core v0.0.0-20200308074340-f3bce19d5f31 github.com/xormplus/xorm v0.0.0-20200529061552-7d0d26c6f81c github.com/yinheli/mahonia v0.0.0-20131226213531-0eef680515cc // indirect github.com/yinheli/qqwry v0.0.0-20160229183603-f50680010f4a golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 golang.org/x/mod v0.2.0 // indirect golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56 // indirect google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce // indirect google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.23.0 gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect gopkg.in/ini.v1 v1.57.0 gopkg.in/yaml.v2 v2.3.0 )