-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.29 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
module github.com/agux/rigma
go 1.13
require (
github.com/agux/pachon v0.0.0-20200223063027-fabd3dd71b54
github.com/aws/aws-sdk-go v1.29.8 // indirect
github.com/chrislusf/gleam v0.0.0-20191006071833-08a93fce97b2
github.com/colinmarc/hdfs v1.1.3 // indirect
github.com/glycerine/truepack v0.0.0-20171113054516-e3f6c9bc15a7 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/klauspost/compress v1.10.1 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/montanaflynn/stats v0.6.3
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 // indirect
github.com/scritchley/orc v0.0.0-20200117172124-9a1bb50386e0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/xitongsys/parquet-go v1.5.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/couchbase/gocb.v1 v1.6.5
gopkg.in/couchbase/gocbcore.v7 v7.1.16 // indirect
gopkg.in/couchbaselabs/gocbconnstr.v1 v1.0.4 // indirect
gopkg.in/couchbaselabs/gojcbmock.v1 v1.0.4 // indirect
gopkg.in/couchbaselabs/jsonx.v1 v1.0.0 // indirect
gopkg.in/gorp.v2 v2.2.0
)