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.30.0-dev.1 to 1.53.0 #457

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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ require (
github.com/elodina/go-avro v0.0.0-20160406082632-0c8185d9a3ba
github.com/garyburd/redigo v1.6.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/mock v1.4.3
github.com/golang/mock v1.6.0
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.0.11 // indirect
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.8.1
github.com/uber-go/tally v3.3.16+incompatible // indirect
github.com/uber/dosa-idl v3.3.1+incompatible
github.com/uber/tchannel-go v1.18.0 // indirect
go.uber.org/thriftrw v1.23.0 // indirect
go.uber.org/yarpc v1.45.0
go.uber.org/zap v1.15.0 // indirect
google.golang.org/grpc v1.30.0-dev.1
google.golang.org/protobuf v1.21.1-0.20200501184338-4d5be764fb4e // indirect
google.golang.org/grpc v1.53.0
gopkg.in/yaml.v2 v2.2.8
)
Loading