[#42] policy: use SDK netmap version

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2021-10-27 13:00:36 +03:00 committed by Alex Vanin
parent 369bd382b3
commit 22ea9687af
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/nspcc-dev/neofs-api-go/pkg/netmap" "github.com/nspcc-dev/neofs-sdk-go/netmap"
) )
// Encode parses data of PlacementPolicy to a string. // Encode parses data of PlacementPolicy to a string.

View file

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"strings" "strings"
"github.com/nspcc-dev/neofs-api-go/pkg/netmap" "github.com/nspcc-dev/neofs-sdk-go/netmap"
) )
type ( type (

View file

@ -3,7 +3,7 @@ package policy
import ( import (
"testing" "testing"
"github.com/nspcc-dev/neofs-api-go/pkg/netmap" "github.com/nspcc-dev/neofs-sdk-go/netmap"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )

View file

@ -7,7 +7,7 @@ import (
"strings" "strings"
"github.com/antlr/antlr4/runtime/Go/antlr" "github.com/antlr/antlr4/runtime/Go/antlr"
"github.com/nspcc-dev/neofs-api-go/pkg/netmap" "github.com/nspcc-dev/neofs-sdk-go/netmap"
"github.com/nspcc-dev/neofs-sdk-go/policy/parser" "github.com/nspcc-dev/neofs-sdk-go/policy/parser"
) )

View file

@ -6,7 +6,7 @@ import (
"math" "math"
"testing" "testing"
"github.com/nspcc-dev/neofs-api-go/pkg/netmap" "github.com/nspcc-dev/neofs-sdk-go/netmap"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )