forked from TrueCloudLab/frostfs-sdk-go
[#26] policy: Update imports
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
628ae20c72
commit
c0101c6561
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/nspcc-dev/neofs-sdk-go/pkg/policy"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/policy"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
"github.com/antlr/antlr4/runtime/Go/antlr"
|
||||
"github.com/nspcc-dev/neofs-api-go/pkg/netmap"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/pkg/policy/parser"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/policy/parser"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue