forked from TrueCloudLab/frostfs-http-gw
debugging neofs-api
This commit is contained in:
parent
c3a23e9115
commit
5512bd0b2f
1 changed files with 4 additions and 2 deletions
6
go.mod
6
go.mod
|
@ -4,7 +4,7 @@ go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/labstack/echo/v4 v4.1.14 // v4.1.11 => v4.1.14
|
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/nspcc-dev/neofs-crypto v0.2.3
|
||||||
github.com/pkg/errors v0.9.1 // v0.8.1 => v0.9.1
|
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
|
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
|
github.com/spf13/viper v1.6.2 // v1.6.1 => v1.6.2
|
||||||
go.uber.org/atomic v1.5.0
|
go.uber.org/atomic v1.5.0
|
||||||
go.uber.org/zap v1.13.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:
|
// Temporary, before we move repo to github:
|
||||||
|
@ -20,3 +20,5 @@ require (
|
||||||
|
|
||||||
// For debug reasons
|
// For debug reasons
|
||||||
replace google.golang.org/grpc => ../grpc-go
|
replace google.golang.org/grpc => ../grpc-go
|
||||||
|
|
||||||
|
replace github.com/nspcc-dev/neofs-api => ../neofs-api
|
||||||
|
|
Loading…
Reference in a new issue