From 5512bd0b2f62e10207290a21ea360b82e8d87e2e Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Thu, 20 Feb 2020 17:36:44 +0300 Subject: [PATCH] debugging neofs-api --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a36a09d..a88fae2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( github.com/labstack/echo/v4 v4.1.14 // v4.1.11 => v4.1.14 - github.com/nspcc-dev/neofs-api v0.3.1 // v0.2.14 => v0.3.1 + github.com/nspcc-dev/neofs-api v0.0.0-00000000000000-000000000000 github.com/nspcc-dev/neofs-crypto v0.2.3 github.com/pkg/errors v0.9.1 // v0.8.1 => v0.9.1 github.com/prometheus/client_golang v1.4.1 // v1.2.1 => v1.4.1 @@ -12,7 +12,7 @@ require ( github.com/spf13/viper v1.6.2 // v1.6.1 => v1.6.2 go.uber.org/atomic v1.5.0 go.uber.org/zap v1.13.0 - google.golang.org/grpc v1.27.1 // v1.25.1 => v1.27.1 + google.golang.org/grpc v1.24.0 ) // Temporary, before we move repo to github: @@ -20,3 +20,5 @@ require ( // For debug reasons replace google.golang.org/grpc => ../grpc-go + +replace github.com/nspcc-dev/neofs-api => ../neofs-api