-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
32 lines (30 loc) · 1.26 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 uast2clickhouse
go 1.12
require (
github.com/agtorre/gocolorize v1.0.0 // indirect
github.com/apache/thrift v0.12.0 // indirect
github.com/beanstalkd/go-beanstalk v0.0.0-20190515041346-390b03b3064a
github.com/fatih/color v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/kr/beanstalk v0.0.0-20180818045031-cae1762e4858 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mailru/dbr v3.0.0+incompatible
github.com/mailru/go-clickhouse v1.1.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/spf13/pflag v1.0.3
github.com/src-d/beanstool v0.2.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/xitongsys/parquet-go v1.3.0
github.com/xitongsys/parquet-go-source v0.0.0-20190611011107-a9b8f78bccbe
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/bblfsh/sdk.v2 v2.16.4
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
)