forked from xitongsys/parquet-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 766 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/xitongsys/parquet-go
go 1.13
require (
github.com/apache/thrift v0.13.1-0.20201008052519-daf620915714
github.com/aws/aws-sdk-go v1.30.19 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/iancoleman/strcase v0.1.3 // indirect
github.com/klauspost/compress v1.10.5
github.com/lyft/protoc-gen-star v0.5.2 // indirect
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
github.com/pierrec/lz4/v4 v4.1.6 // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.13.0 // indirect
github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0
)