2020-02-26 22:27:56 +00:00
|
|
|
module github.com/influxdata/influxdb
|
|
|
|
|
2020-04-01 18:03:35 +00:00
|
|
|
go 1.13
|
2020-02-26 22:27:56 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go/bigtable v1.2.0 // indirect
|
|
|
|
collectd.org v0.3.0
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db
|
|
|
|
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
|
|
|
|
github.com/boltdb/bolt v1.3.1
|
|
|
|
github.com/cespare/xxhash v1.1.0
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
|
|
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
|
|
|
|
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
|
|
|
github.com/golang/snappy v0.0.1
|
|
|
|
github.com/google/go-cmp v0.5.0
|
2020-04-06 15:20:24 +00:00
|
|
|
github.com/influxdata/flux v0.65.0
|
2020-03-12 17:26:22 +00:00
|
|
|
github.com/influxdata/influxql v1.1.0
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6
|
|
|
|
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
|
|
|
|
github.com/klauspost/compress v1.4.0 // indirect
|
|
|
|
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
|
|
|
|
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.0.2-0.20170402124221-0bf5dcad4ada
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/paulbellamy/ratecounter v0.2.0
|
|
|
|
github.com/peterh/liner v1.0.1-0.20180619022028-8c1271fcf47f
|
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/client_golang v1.5.1
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52
|
|
|
|
github.com/segmentio/kafka-go v0.2.0 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
github.com/spf13/cast v1.3.0
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/tinylib/msgp v1.1.0
|
|
|
|
github.com/willf/bitset v1.1.9 // indirect
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
|
2020-07-06 21:34:55 +00:00
|
|
|
go.uber.org/zap v1.14.1
|
2020-02-26 22:27:56 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-07-06 21:34:55 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
|
2020-02-26 22:27:56 +00:00
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
|
|
gonum.org/v1/gonum v0.6.0 // indirect
|
2020-07-06 21:34:55 +00:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-02-26 22:27:56 +00:00
|
|
|
)
|