Skip to content
Snippets Groups Projects
Commit 4d36fb08 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

pkg filter moved from pkg

parent 0dd516f1
No related branches found
No related tags found
No related merge requests found
File moved
File moved
...@@ -7,9 +7,9 @@ package transportgrpc ...@@ -7,9 +7,9 @@ package transportgrpc
import ( import (
"fmt" "fmt"
"git.perx.ru/perxis/perxis-go/filter"
collections "git.perx.ru/perxis/perxis-go/pkg/collections" collections "git.perx.ru/perxis/perxis-go/pkg/collections"
environments "git.perx.ru/perxis/perxis-go/pkg/environments" environments "git.perx.ru/perxis/perxis-go/pkg/environments"
"git.perx.ru/perxis/perxis-go/pkg/filter"
items "git.perx.ru/perxis/perxis-go/pkg/items" items "git.perx.ru/perxis/perxis-go/pkg/items"
locales "git.perx.ru/perxis/perxis-go/pkg/locales" locales "git.perx.ru/perxis/perxis-go/pkg/locales"
services "git.perx.ru/perxis/perxis-go/pkg/options" services "git.perx.ru/perxis/perxis-go/pkg/options"
......
...@@ -4,8 +4,8 @@ import ( ...@@ -4,8 +4,8 @@ import (
"context" "context"
"regexp" "regexp"
"git.perx.ru/perxis/perxis-go/filter"
"git.perx.ru/perxis/perxis-go/pkg/errors" "git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/filter"
"git.perx.ru/perxis/perxis-go/pkg/schema" "git.perx.ru/perxis/perxis-go/pkg/schema"
"git.perx.ru/perxis/perxis-go/pkg/schema/field" "git.perx.ru/perxis/perxis-go/pkg/schema/field"
) )
......
...@@ -7,8 +7,8 @@ package transportgrpc ...@@ -7,8 +7,8 @@ package transportgrpc
import ( import (
"fmt" "fmt"
"git.perx.ru/perxis/perxis-go/filter"
"git.perx.ru/perxis/perxis-go/pkg/errors" "git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/filter"
service "git.perx.ru/perxis/perxis-go/pkg/items" service "git.perx.ru/perxis/perxis-go/pkg/items"
"git.perx.ru/perxis/perxis-go/pkg/options" "git.perx.ru/perxis/perxis-go/pkg/options"
"git.perx.ru/perxis/perxis-go/pkg/schema" "git.perx.ru/perxis/perxis-go/pkg/schema"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment