debugging neofs-api

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

6
go.mod
View file

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