2020-02-26 22:27:56 +00:00
|
|
|
module github.com/influxdata/influxdb
|
|
|
|
|
2021-03-22 18:11:53 +00:00
|
|
|
go 1.15
|
2020-02-26 22:27:56 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
collectd.org v0.3.0
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-03-03 21:24:49 +00:00
|
|
|
github.com/apache/arrow/go/arrow v0.0.0-20200923215132-ac86123a3f01
|
2021-03-31 17:51:37 +00:00
|
|
|
github.com/benbjohnson/tmpl v1.0.0
|
2020-02-26 22:27:56 +00:00
|
|
|
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
|
2020-11-05 15:55:24 +00:00
|
|
|
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
|
2021-03-30 17:09:04 +00:00
|
|
|
github.com/go-chi/chi v4.1.0+incompatible
|
2021-07-20 13:42:52 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-03-31 17:51:37 +00:00
|
|
|
github.com/golang/mock v1.4.3
|
2021-07-20 13:42:52 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
2021-07-20 13:42:52 +00:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2021-07-09 15:35:58 +00:00
|
|
|
github.com/influxdata/flux v0.120.1
|
2021-03-30 17:09:04 +00:00
|
|
|
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
|
2021-02-25 13:38:29 +00:00
|
|
|
github.com/influxdata/influxql v1.1.1-0.20210223160523-b6ab99450c93
|
2021-03-22 15:47:08 +00:00
|
|
|
github.com/influxdata/pkg-config v0.2.7
|
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/pgzip v1.0.2-0.20170402124221-0bf5dcad4ada
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-03-30 17:09:04 +00:00
|
|
|
github.com/mileusna/useragent v0.0.0-20190129205925-3e331f0949a5
|
2021-07-09 15:35:58 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/peterh/liner v1.0.1-0.20180619022028-8c1271fcf47f
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/client_golang v1.5.1
|
2021-03-30 17:09:04 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
|
|
|
github.com/prometheus/common v0.9.1
|
2020-07-08 14:12:52 +00:00
|
|
|
github.com/prometheus/prometheus v0.0.0-20200609090129-a6600f564e3c
|
2020-02-26 22:27:56 +00:00
|
|
|
github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52
|
|
|
|
github.com/spf13/cast v1.3.0
|
2021-03-30 15:18:18 +00:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2021-07-09 15:35:58 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-07-06 21:34:55 +00:00
|
|
|
github.com/tinylib/msgp v1.1.0
|
2021-07-09 15:35:58 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.28.0+incompatible
|
2020-07-06 21:34:55 +00:00
|
|
|
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
|
2021-04-06 18:50:07 +00:00
|
|
|
go.uber.org/multierr v1.5.0
|
2020-07-06 21:34:55 +00:00
|
|
|
go.uber.org/zap v1.14.1
|
2021-07-09 15:35:58 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2021-07-20 13:42:52 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2021-07-09 15:35:58 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
|
|
golang.org/x/text v0.3.5
|
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2021-07-20 13:42:52 +00:00
|
|
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
|
2020-07-06 21:34:55 +00:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-02-26 22:27:56 +00:00
|
|
|
)
|