-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
Description
What version of Go are you using (go version)?
go version go1.11.4 linux/amd64
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
What did you do?
go module replace in go.mod does not work.

What did you expect to see?
download from github.com/grpc/grpc-go not from google.golang.org/grpc
What did you see instead?
download from google.golang.org/grpc , replace does not work