102 lines
5.1 KiB
Modula-2
102 lines
5.1 KiB
Modula-2
module github.com/influxdata/platform
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
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/apex/log v1.1.0 // indirect
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
github.com/aws/aws-sdk-go v1.15.59 // indirect
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/bouk/httprouter v0.0.0-20160817010721-ee8b3818a7f5
|
|
github.com/caarlos0/ctrlc v1.0.0 // indirect
|
|
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e // indirect
|
|
github.com/cespare/xxhash v1.1.0
|
|
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/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/getkin/kin-openapi v0.1.0
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
|
|
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
|
|
github.com/gogo/protobuf v1.1.1
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
|
|
github.com/google/go-cmp v0.2.0
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
|
|
github.com/goreleaser/goreleaser v0.91.1
|
|
github.com/goreleaser/nfpm v0.9.7 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
|
|
github.com/hashicorp/raft v1.0.0 // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/influxdata/flux v0.7.1-0.20181113013654-f98d31e736ec
|
|
github.com/influxdata/influxdb v0.0.0-20181017211453-9520b8d95606
|
|
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/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
|
github.com/jsternberg/zap-logfmt v1.2.0
|
|
github.com/jtolds/gls v4.2.1+incompatible // indirect
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
|
|
github.com/kevinburke/go-bindata v3.11.0+incompatible
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.4
|
|
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
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 // indirect
|
|
github.com/nats-io/go-nats v1.6.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/nuid v1.0.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.0.2
|
|
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/prometheus/client_golang v0.9.0
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.1.1
|
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/spf13/viper v1.2.1
|
|
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
|
|
github.com/tinylib/msgp v1.0.2 // indirect
|
|
github.com/tylerb/graceful v1.2.15
|
|
github.com/willf/bitset v1.1.9 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6 // indirect
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
|
|
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
|
|
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
golang.org/x/sys v0.0.0-20181023152157-44b849a8bc13
|
|
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
|
|
golang.org/x/tools v0.0.0-20181023010539-40a48ad93fbe // indirect
|
|
google.golang.org/api v0.0.0-20181021000519-a2651947f503
|
|
google.golang.org/genproto v0.0.0-20181016170114-94acd270e44e // indirect
|
|
google.golang.org/grpc v1.15.0
|
|
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
|
|
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
|
|
honnef.co/go/tools v0.0.0-20180728063816-88497007e858
|
|
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
)
|
|
|
|
replace github.com/goreleaser/goreleaser => github.com/influxdata/goreleaser v0.86.2-0.20181010170531-0fd209ba67f5
|