-
Notifications
You must be signed in to change notification settings - Fork 279
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
update github.com/parquet-go/parquet-go #18609
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #18608
What this PR does / why we need it:
fix build
PR Type
enhancement
Description
go.mod
to their latest versions, includinggithub.com/parquet-go/parquet-go
,github.com/pierrec/lz4/v4
,golang.org/x/sys
, andgoogle.golang.org/protobuf
.go.sum
to reflect the new versions of the dependencies.Changes walkthrough 📝
go.mod
Update dependencies in go.mod to latest versions
go.mod
github.com/parquet-go/parquet-go
from v0.20.1 to v0.23.0.github.com/pierrec/lz4/v4
from v4.1.18 to v4.1.21.golang.org/x/sys
from v0.18.0 to v0.21.0.google.golang.org/protobuf
from v1.33.0 to v1.34.2.go.sum
Update checksums in go.sum for new dependency versions
go.sum
github.com/andybalholm/brotli
to v1.1.0.github.com/klauspost/compress
to v1.17.9.github.com/segmentio/encoding
to v0.4.0.golang.org/x/sys
to v0.21.0.