debugging gRPC

This commit is contained in:
Evgeniy Kulikov 2020-02-20 17:26:37 +03:00
parent f86115bf6e
commit c3a23e9115
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

3
go.mod
View file

@ -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