116 lines
5.3 KiB
Modula-2
116 lines
5.3 KiB
Modula-2
module github.com/influxdata/influxdb
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/NYTimes/gziphandler v1.0.1
|
|
github.com/RoaringBitmap/roaring v0.4.16
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db
|
|
github.com/aws/aws-sdk-go v1.16.15 // indirect
|
|
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
|
|
github.com/benbjohnson/tmpl v1.0.0
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/bouk/httprouter v0.0.0-20160817010721-ee8b3818a7f5
|
|
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
github.com/coreos/bbolt v1.3.1-coreos.6
|
|
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/docker/docker v1.13.1 // indirect
|
|
github.com/editorconfig-checker/editorconfig-checker v0.0.0-20190819115812-1474bdeaf2a2
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/getkin/kin-openapi v0.2.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
|
|
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/google/btree v1.0.0
|
|
github.com/google/go-cmp v0.3.1
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/goreleaser/goreleaser v0.97.0
|
|
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
|
|
github.com/hashicorp/raft v1.0.0 // indirect
|
|
github.com/hashicorp/vault/api v1.0.2
|
|
github.com/influxdata/cron v0.0.0-20191112133922-ad5847cfab62
|
|
github.com/influxdata/flux v0.58.0
|
|
github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
|
|
github.com/influxdata/influxql v0.0.0-20180925231337-1cbfca8e56b6
|
|
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
|
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
|
|
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
|
|
github.com/kevinburke/go-bindata v3.11.0+incompatible
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.8
|
|
github.com/mattn/go-zglob v0.0.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/mileusna/useragent v0.0.0-20190129205925-3e331f0949a5
|
|
github.com/mna/pigeon v1.0.1-0.20180808201053-bb0192cfc2ae
|
|
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
|
|
github.com/nats-io/gnatsd v1.3.0
|
|
github.com/nats-io/go-nats v1.7.0 // indirect
|
|
github.com/nats-io/go-nats-streaming v0.4.0
|
|
github.com/nats-io/nats-streaming-server v0.11.2
|
|
github.com/nats-io/nkeys v0.0.2 // indirect
|
|
github.com/nats-io/nuid v1.0.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.0.0
|
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
|
github.com/prometheus/common v0.6.0
|
|
github.com/prometheus/procfs v0.0.3 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/spf13/cast v1.3.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
|
|
github.com/testcontainers/testcontainers-go v0.0.0-20190108154635-47c0da630f72
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
|
github.com/tylerb/graceful v1.2.15
|
|
github.com/uber-go/atomic v1.3.2 // indirect
|
|
github.com/uber/jaeger-client-go v2.15.0+incompatible
|
|
github.com/uber/jaeger-lib v1.5.0+incompatible // indirect
|
|
github.com/willf/bitset v1.1.9 // indirect
|
|
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
|
|
go.uber.org/multierr v1.1.0
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0
|
|
google.golang.org/api v0.7.0
|
|
google.golang.org/grpc v1.21.1
|
|
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
|
|
honnef.co/go/tools v0.0.1-2019.2.3.0.20190904154718-afd67930eec2
|
|
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
)
|
|
|
|
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.2.0
|
|
|
|
replace github.com/influxdata/platform => /dev/null
|
|
|
|
replace github.com/goreleaser/goreleaser => github.com/influxdata/goreleaser v0.97.0-influx
|