diff --git a/policy/encode_test.go b/policy/encode_test.go index d2bb716..813e716 100644 --- a/policy/encode_test.go +++ b/policy/encode_test.go @@ -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" ) diff --git a/policy/query.go b/policy/query.go index 9bf08ac..9688d13 100644 --- a/policy/query.go +++ b/policy/query.go @@ -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 (