You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.0 KiB
44 lines
2.0 KiB
module dsBigData
|
|
|
|
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/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee // indirect
|
|
github.com/agrison/mxj v0.0.0-20160310142625-1269f8afb3b4 // indirect
|
|
github.com/atotto/clipboard v0.1.2 // indirect
|
|
github.com/bndr/gotabulate v1.1.2 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/frankban/quicktest v1.9.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-openapi/spec v0.19.7 // indirect
|
|
github.com/go-openapi/swag v0.19.9 // indirect
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/holdno/snowFlakeByGo v0.0.0-20180510033652-d23f8a8cadd7 // indirect
|
|
github.com/klauspost/compress v1.10.9 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect
|
|
github.com/olivere/elastic/v7 v7.0.25
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
github.com/pkg/sftp v1.11.0
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/tealeg/xlsx v1.0.5 // indirect
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect
|
|
gopkg.in/ini.v1 v1.55.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|