diff --git a/pkg/collections/collection.go b/pkg/collections/collection.go index db16ee9d9dce4b5c4d158180a6bfbbc824dbe382..3fbd91efb92742451ad68701a0d06d79e18898e1 100644 --- a/pkg/collections/collection.go +++ b/pkg/collections/collection.go @@ -6,7 +6,7 @@ import ( "time" "git.perx.ru/perxis/perxis-go/data" - "git.perx.ru/perxis/perxis-go/pkg/errors" + "git.perx.ru/perxis/perxis-go/errors" "git.perx.ru/perxis/perxis-go/pkg/permission" "git.perx.ru/perxis/perxis-go/pkg/schema" "github.com/mitchellh/mapstructure" diff --git a/pkg/schema/field/number_test.go b/pkg/schema/field/number_test.go index 26d76f9527e2a74c3232ff2831660fee02528be2..b1579ab3a6a70d6308e3b27e13318c0860c3f3c5 100644 --- a/pkg/schema/field/number_test.go +++ b/pkg/schema/field/number_test.go @@ -6,7 +6,7 @@ import ( "reflect" "testing" - "git.perx.ru/perxis/perxis-go/pkg/errors" + "git.perx.ru/perxis/perxis-go/errors" ) type CustomInt int