From c0101c65618d0709563c27ede1302fa8d158a54e Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Wed, 28 Jul 2021 13:47:20 +0300 Subject: [PATCH] [#26] policy: Update imports Signed-off-by: Angira Kekteeva --- policy/encode_test.go | 2 +- policy/query.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (