Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump google.golang.org/grpc from 1.34.0 to 1.53.0 #7

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
9 changes: 1 addition & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
module github.com/grpc-ecosystem/grpc-health-probe

require (
github.com/golang/protobuf v1.4.3 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20201204160425-06b3db808446 // indirect
google.golang.org/grpc v1.34.0
)
require google.golang.org/grpc v1.53.0

go 1.13
Loading