[nspcc-dev/neofs-node#116] policy: Replace dependency

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
Angira Kekteeva 2021-05-20 22:38:34 +03:00
parent 0eeddf6dfe
commit 4d1900e543

View file

@ -5,7 +5,7 @@ import (
"strings"
"testing"
"github.com/nspcc-dev/neofs-node/pkg/policy"
"github.com/nspcc-dev/neofs-sdk-go/pkg/policy"
"github.com/stretchr/testify/require"
)