From c3a23e91159615be797474e551e24765340752a6 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Thu, 20 Feb 2020 17:26:37 +0300 Subject: [PATCH] debugging gRPC --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index 20c3969..a36a09d 100644 --- a/go.mod +++ b/go.mod @@ -17,3 +17,6 @@ require ( // Temporary, before we move repo to github: // replace github.com/nspcc-dev/neofs-proto => ../neofs-proto + +// For debug reasons +replace google.golang.org/grpc => ../grpc-go