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 google.golang.org/grpc from 1.39.0 to 1.53.0 in /go/arrow #9

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
15 changes: 5 additions & 10 deletions go/arrow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,14 @@ module github.com/apache/arrow/go/arrow
go 1.15

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/flatbuffers v2.0.0+incompatible
github.com/google/go-cmp v0.5.6 // indirect
github.com/klauspost/compress v1.13.1
github.com/pierrec/lz4/v4 v4.1.8
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
gonum.org/v1/gonum v0.9.3
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
Loading