From 18a31bc68e57d44e29a25dc3b1fb90eb048f61f8 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 15 Mar 2022 13:38:42 +0300 Subject: [PATCH] Retract v2.12.0 Signed-off-by: Alex Vanin --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 27739f3..830c359 100644 --- a/go.mod +++ b/go.mod @@ -9,5 +9,6 @@ require ( google.golang.org/protobuf v1.27.1 ) -// Used for debug reasons -// replace github.com/nspcc-dev/neofs-crypto => ../neofs-crypto +// This version uses broken NeoFS API with incompatible signature +// definitions. See fix in https://github.com/nspcc-dev/neofs-api/pull/203 +retract v2.12.0