forked from v3io/frames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (32 loc) · 1.5 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
module github.com/v3io/frames
require (
github.com/cespare/xxhash v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.2.0
github.com/imdario/mergo v0.3.6 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/nuclio/logger v0.0.0-20180410162335-ccc5ab971395
github.com/nuclio/zap v0.0.0-20180228181516-4a2bd2f9ef28
github.com/pavius/zap v0.0.0-20180228181622-8d52692529b8 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/v3io/v3io-go-http v0.0.0-20181224070828-ef32781cf2de
github.com/v3io/v3io-tsdb v0.8.4-0.20181212133952-2b1d11668336
github.com/valyala/fasthttp v1.0.0
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 // indirect
google.golang.org/appengine v1.2.0 // indirect
google.golang.org/genproto v0.0.0-20181026194446-8b5d7a19e2d9 // indirect
google.golang.org/grpc v1.16.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)