Skip to content

Commit

Permalink
chore(deps): update module google.golang.org/grpc to v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 9, 2020
1 parent 60314bd commit d8f0253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

// for local development, you can repoint go-micro to local development go-micro workspace
// replace github.com/micro/go-micro/v2 => /Users/schintha/Developer/Work/go/3rd-party/go-micro
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
replace google.golang.org/grpc => google.golang.org/grpc v1.34.0

// replace github.com/xmlking/configor => /Users/schintha/Developer/Work/go/configor

Expand All @@ -26,5 +26,5 @@ require (
github.com/thoas/go-funk v0.6.0
github.com/xmlking/configor v0.1.0
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1
google.golang.org/grpc v1.26.0
google.golang.org/grpc v1.34.0
)

0 comments on commit d8f0253

Please sign in to comment.