forked from TrueCloudLab/frostfs-node
[#1096] go.mod: Add SDK replace
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
202dbfb95d
commit
291fd2f183
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -32,3 +32,4 @@ require (
|
||||||
|
|
||||||
// Used for debug reasons
|
// Used for debug reasons
|
||||||
// replace github.com/nspcc-dev/neofs-api-go => ../neofs-api-go
|
// replace github.com/nspcc-dev/neofs-api-go => ../neofs-api-go
|
||||||
|
// replace github.com/nspcc-dev/neofs-sdk-go => ../neofs-sdk-go
|
||||||
|
|
Loading…
Reference in a new issue