2020-04-03 17:39:20 +00:00
|
|
|
module github.com/influxdata/influxdb/v2
|
2018-08-26 18:54:24 +00:00
|
|
|
|
2020-01-06 22:19:25 +00:00
|
|
|
go 1.13
|
2019-05-28 16:03:53 +00:00
|
|
|
|
2018-08-26 18:54:24 +00:00
|
|
|
require (
|
2020-05-21 15:33:13 +00:00
|
|
|
cloud.google.com/go/bigtable v1.3.0 // indirect
|
2018-10-17 19:51:35 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.0.1
|
2018-09-28 13:06:12 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.4.16
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
2019-10-24 21:35:31 +00:00
|
|
|
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db
|
2019-10-07 22:05:08 +00:00
|
|
|
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
|
2018-12-19 16:12:14 +00:00
|
|
|
github.com/benbjohnson/tmpl v1.0.0
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/bouk/httprouter v0.0.0-20160817010721-ee8b3818a7f5
|
2019-11-22 17:34:20 +00:00
|
|
|
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2019-03-04 19:48:11 +00:00
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/coreos/bbolt v1.3.2
|
2018-09-26 13:59:04 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2018-09-26 16:29:40 +00:00
|
|
|
github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
|
2019-01-08 00:37:16 +00:00
|
|
|
github.com/docker/docker v1.13.1 // indirect
|
2019-09-05 04:22:58 +00:00
|
|
|
github.com/editorconfig-checker/editorconfig-checker v0.0.0-20190819115812-1474bdeaf2a2
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-05-14 20:44:05 +00:00
|
|
|
github.com/getkin/kin-openapi v0.2.0
|
2018-12-18 16:50:34 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2019-01-08 00:37:16 +00:00
|
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
|
2020-04-07 14:35:56 +00:00
|
|
|
github.com/go-chi/chi v4.1.0+incompatible
|
2020-06-11 23:45:09 +00:00
|
|
|
github.com/go-stack/stack v1.8.0
|
2020-04-14 23:33:54 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2018-12-21 15:48:40 +00:00
|
|
|
github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/golang/protobuf v1.3.3
|
2019-06-03 13:41:02 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
2019-09-10 16:03:33 +00:00
|
|
|
github.com/google/btree v1.0.0
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2018-10-10 00:36:41 +00:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-01-12 02:49:55 +00:00
|
|
|
github.com/google/go-jsonnet v0.14.0
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/goreleaser/goreleaser v0.135.0
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
|
|
|
|
github.com/hashicorp/raft v1.0.0 // indirect
|
2019-06-06 16:26:44 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.2
|
2020-02-20 22:13:17 +00:00
|
|
|
github.com/influxdata/cron v0.0.0-20191203200038-ded12750aac6
|
2020-06-10 20:36:17 +00:00
|
|
|
github.com/influxdata/flux v0.69.2
|
2019-11-25 14:22:19 +00:00
|
|
|
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
|
2018-10-05 04:06:14 +00:00
|
|
|
github.com/influxdata/influxql v0.0.0-20180925231337-1cbfca8e56b6
|
2020-06-12 16:41:38 +00:00
|
|
|
github.com/influxdata/pkg-config v0.2.2
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
|
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2018-10-10 19:41:46 +00:00
|
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
2018-09-26 16:29:40 +00:00
|
|
|
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
|
2018-12-28 23:02:19 +00:00
|
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/kevinburke/go-bindata v3.11.0+incompatible
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.11
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2019-12-04 21:02:00 +00:00
|
|
|
github.com/mileusna/useragent v0.0.0-20190129205925-3e331f0949a5
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/mna/pigeon v1.0.1-0.20180808201053-bb0192cfc2ae
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
2019-09-13 18:33:19 +00:00
|
|
|
github.com/nats-io/gnatsd v1.3.0
|
2019-01-08 00:37:16 +00:00
|
|
|
github.com/nats-io/go-nats v1.7.0 // indirect
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/nats-io/go-nats-streaming v0.4.0
|
2018-10-24 16:33:43 +00:00
|
|
|
github.com/nats-io/nats-streaming-server v0.11.2
|
2019-01-08 00:37:16 +00:00
|
|
|
github.com/nats-io/nkeys v0.0.2 // indirect
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/nats-io/nuid v1.0.0 // indirect
|
2020-03-31 19:45:18 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2019-06-26 05:48:15 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2020-02-28 17:08:21 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-09-13 16:18:48 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
|
2019-09-13 16:18:48 +00:00
|
|
|
github.com/prometheus/common v0.6.0
|
2020-01-16 20:10:06 +00:00
|
|
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
2019-12-31 19:45:42 +00:00
|
|
|
github.com/spf13/cast v1.3.0
|
2020-05-21 15:33:13 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.6.1
|
|
|
|
github.com/stretchr/testify v1.5.1
|
2018-10-11 22:02:58 +00:00
|
|
|
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
|
2019-01-24 11:02:13 +00:00
|
|
|
github.com/testcontainers/testcontainers-go v0.0.0-20190108154635-47c0da630f72
|
2019-01-08 00:37:16 +00:00
|
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
2018-08-26 18:54:24 +00:00
|
|
|
github.com/tylerb/graceful v1.2.15
|
2019-03-04 19:48:11 +00:00
|
|
|
github.com/uber-go/atomic v1.3.2 // indirect
|
2020-02-25 21:32:43 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.16.0+incompatible
|
|
|
|
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
|
2018-09-20 17:15:40 +00:00
|
|
|
github.com/willf/bitset v1.1.9 // indirect
|
2018-12-28 23:02:19 +00:00
|
|
|
github.com/yudai/gojsondiff v1.0.0
|
|
|
|
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
|
|
|
|
github.com/yudai/pp v2.0.1+incompatible // indirect
|
2020-02-28 17:08:21 +00:00
|
|
|
go.uber.org/multierr v1.4.0
|
2020-05-21 15:33:13 +00:00
|
|
|
go.uber.org/zap v1.10.0
|
2020-05-05 16:46:19 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
2020-05-21 15:33:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-02-26 17:25:30 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4
|
2020-04-16 11:33:55 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2020-05-21 15:33:13 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
|
|
golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56
|
|
|
|
google.golang.org/api v0.17.0
|
|
|
|
google.golang.org/grpc v1.27.1
|
2018-09-20 17:15:40 +00:00
|
|
|
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
|
2020-01-23 01:02:08 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
|
2019-09-04 22:41:48 +00:00
|
|
|
honnef.co/go/tools v0.0.1-2019.2.3.0.20190904154718-afd67930eec2
|
2020-06-15 13:53:26 +00:00
|
|
|
istio.io/pkg v0.0.0-20200606170016-70c5172b9cdf
|
2018-10-05 16:57:49 +00:00
|
|
|
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
|
|
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
2018-08-26 18:54:24 +00:00
|
|
|
)
|
|
|
|
|
2019-01-11 16:12:36 +00:00
|
|
|
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.2.0
|
2018-12-12 20:38:41 +00:00
|
|
|
|
2019-01-08 00:37:16 +00:00
|
|
|
replace github.com/influxdata/platform => /dev/null
|