forked from influxdata/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (43 loc) · 1.82 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/influxdata/flux
go 1.12
require (
cloud.google.com/go v0.43.0
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db
github.com/c-bata/go-prompt v0.2.2
github.com/cespare/xxhash v1.1.0
github.com/dave/jennifer v1.2.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/flatbuffers v1.11.0
github.com/google/go-cmp v0.3.0
github.com/goreleaser/goreleaser v0.94.0
github.com/influxdata/changelog v1.1.0
github.com/influxdata/line-protocol v0.0.0-20180522152040-32c6aa80de5e
github.com/influxdata/promql/v2 v2.12.0
github.com/influxdata/tdigest v0.0.0-20181121200506-bf2b5ad3c0a9
github.com/lib/pq v1.0.0
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mattn/go-tty v0.0.0-20180907095812-13ff1204f104 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/opentracing/opentracing-go v1.0.2
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/term v0.0.0-20180730021639-bffc007b7fd5 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.6.0
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.1.0
github.com/spf13/cobra v0.0.3
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0
gonum.org/v1/gonum v0.0.0-20181121035319-3f7ecaa7e8ca
google.golang.org/api v0.7.0
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a
)