Skip to content

Commit

Permalink
chore(deps): update module google.golang.org/grpc to v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2020
1 parent 8338140 commit 06d15ef
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 4 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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.29.1

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

require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
Expand All @@ -25,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.29.1
)
Loading

0 comments on commit 06d15ef

Please sign in to comment.