[#271] Update neo-sdk-go to the latest version

Refactoring invoking pool methods for anonymous requests.

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2021-11-15 15:56:16 +03:00 committed by Alex Vanin
parent ae87effb28
commit d36dfe8c61
30 changed files with 99 additions and 113 deletions

View file

@ -6,8 +6,8 @@ import (
"testing"
"time"
cid "github.com/nspcc-dev/neofs-api-go/pkg/container/id"
"github.com/nspcc-dev/neofs-api-go/pkg/object"
cid "github.com/nspcc-dev/neofs-sdk-go/container/id"
"github.com/nspcc-dev/neofs-sdk-go/object"
"github.com/stretchr/testify/require"
)