forked from TrueCloudLab/frostfs-http-gw
debugging gRPC
This commit is contained in:
parent
f86115bf6e
commit
c3a23e9115
1 changed files with 3 additions and 0 deletions
3
go.mod
3
go.mod
|
@ -17,3 +17,6 @@ require (
|
||||||
|
|
||||||
// Temporary, before we move repo to github:
|
// Temporary, before we move repo to github:
|
||||||
// replace github.com/nspcc-dev/neofs-proto => ../neofs-proto
|
// replace github.com/nspcc-dev/neofs-proto => ../neofs-proto
|
||||||
|
|
||||||
|
// For debug reasons
|
||||||
|
replace google.golang.org/grpc => ../grpc-go
|
||||||
|
|
Loading…
Reference in a new issue