From ab590407bb83674f19829a06631d9891deca7e0d Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 5 Sep 2022 12:26:06 +0300 Subject: [PATCH] [#63] Update go.mod Signed-off-by: Alex Vanin --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0d834ac..ab1a3b2 100644 --- a/go.mod +++ b/go.mod @@ -62,7 +62,7 @@ require ( github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect github.com/mr-tron/base58 v1.2.0 // indirect github.com/nspcc-dev/hrw v1.0.9 // indirect - github.com/nspcc-dev/neofs-crypto v0.4.0 // indirect + github.com/nspcc-dev/neofs-crypto v0.4.0 github.com/nspcc-dev/rfc6979 v0.2.0 // indirect github.com/nspcc-dev/tzhash v1.6.1 // indirect github.com/oklog/ulid v1.3.1 // indirect