Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/xitongsys/parquet-go from 1.5.3 to 1.6.2 #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@ go 1.19
require (
cloud.google.com/go/bigquery v1.43.0
github.com/Songmu/go-ltsv v0.0.0-20181014062614-c30af2b7b171
github.com/apache/arrow/go/arrow v0.0.0-20200504153628-d13e8f3ed647
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516
github.com/linkedin/goavro/v2 v2.9.8
github.com/vmihailenco/msgpack/v4 v4.3.12
github.com/xitongsys/parquet-go v1.5.3
github.com/xitongsys/parquet-go-source v0.0.0-20200225073416-429277801fe4
github.com/xitongsys/parquet-go v1.6.2
github.com/xitongsys/parquet-go-source v0.0.0-20200817004010-026bad9b25d0
)

require (
cloud.google.com/go v0.104.0 // indirect
cloud.google.com/go/compute v1.10.0 // indirect
cloud.google.com/go/iam v0.5.0 // indirect
github.com/apache/thrift v0.0.0-20181112125854-24918abba929 // indirect
github.com/apache/thrift v0.14.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/klauspost/compress v1.10.5 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/pierrec/lz4/v4 v4.1.8 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
Expand Down
Loading