From 3d8f46e4af5bf26750cb80e8fdadf8337b0d48ba Mon Sep 17 00:00:00 2001
From: Anton Sattarov <sattarov@perx.ru>
Date: Tue, 27 Dec 2022 14:06:06 +0300
Subject: [PATCH] fix common import

---
 clients/collaborators/collaborators.pb.go | 7 ++++---
 clients/collections/collections.pb.go     | 2 +-
 clients/delivery/delivery.pb.go           | 8 ++++----
 clients/extensions/extension.pb.go        | 2 +-
 clients/images/images.pb.go               | 2 +-
 clients/items/items.pb.go                 | 2 +-
 clients/members/members.pb.go             | 2 +-
 clients/organizations/organizations.pb.go | 2 +-
 clients/references/references.pb.go       | 2 +-
 clients/roles/roles.pb.go                 | 2 +-
 clients/users/users.pb.go                 | 2 +-
 clients/versions/account/versions.pb.go   | 2 +-
 clients/versions/content/versions.pb.go   | 2 +-
 13 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/clients/collaborators/collaborators.pb.go b/clients/collaborators/collaborators.pb.go
index 20bcac46..b8d4021b 100644
--- a/clients/collaborators/collaborators.pb.go
+++ b/clients/collaborators/collaborators.pb.go
@@ -7,12 +7,13 @@
 package collaborators
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	reflect "reflect"
+	sync "sync"
+
+	"git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
-	reflect "reflect"
-	sync "sync"
 )
 
 const (
diff --git a/clients/collections/collections.pb.go b/clients/collections/collections.pb.go
index ee5dea62..9585f910 100644
--- a/clients/collections/collections.pb.go
+++ b/clients/collections/collections.pb.go
@@ -7,7 +7,7 @@
 package collections
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/delivery/delivery.pb.go b/clients/delivery/delivery.pb.go
index b7b11000..c23eb849 100644
--- a/clients/delivery/delivery.pb.go
+++ b/clients/delivery/delivery.pb.go
@@ -7,10 +7,10 @@
 package delivery
 
 import (
-	collections "git.perx.ru/perxis/perxis-go/proto/collections"
-	environments "git.perx.ru/perxis/perxis-go/proto/environments"
-	items "git.perx.ru/perxis/perxis-go/proto/items"
-	locales "git.perx.ru/perxis/perxis-go/proto/locales"
+	collections "git.perx.ru/perxis/perxis-go/clients/collections"
+	environments "git.perx.ru/perxis/perxis-go/clients/environments"
+	items "git.perx.ru/perxis/perxis-go/clients/items"
+	locales "git.perx.ru/perxis/perxis-go/clients/locales"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/extensions/extension.pb.go b/clients/extensions/extension.pb.go
index 98b92f2e..ef1c9fbc 100644
--- a/clients/extensions/extension.pb.go
+++ b/clients/extensions/extension.pb.go
@@ -17,7 +17,7 @@
 package extensions
 
 import (
-	references "git.perx.ru/perxis/perxis-go/proto/references"
+	references "git.perx.ru/perxis/perxis-go/clients/references"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/images/images.pb.go b/clients/images/images.pb.go
index 0482b3c9..abeb353c 100644
--- a/clients/images/images.pb.go
+++ b/clients/images/images.pb.go
@@ -7,7 +7,7 @@
 package images
 
 import (
-	files "git.perx.ru/perxis/perxis-go/proto/files"
+	files "git.perx.ru/perxis/perxis-go/clients/files"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/items/items.pb.go b/clients/items/items.pb.go
index 15cced82..17c0e1d1 100644
--- a/clients/items/items.pb.go
+++ b/clients/items/items.pb.go
@@ -15,7 +15,7 @@
 package items
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/members/members.pb.go b/clients/members/members.pb.go
index b8bc2f93..2196539f 100644
--- a/clients/members/members.pb.go
+++ b/clients/members/members.pb.go
@@ -7,7 +7,7 @@
 package members
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/organizations/organizations.pb.go b/clients/organizations/organizations.pb.go
index 566e5316..3a237d21 100644
--- a/clients/organizations/organizations.pb.go
+++ b/clients/organizations/organizations.pb.go
@@ -7,7 +7,7 @@
 package organizations
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/references/references.pb.go b/clients/references/references.pb.go
index 659281f5..330a74ae 100644
--- a/clients/references/references.pb.go
+++ b/clients/references/references.pb.go
@@ -7,7 +7,7 @@
 package references
 
 import (
-	items "git.perx.ru/perxis/perxis-go/proto/items"
+	items "git.perx.ru/perxis/perxis-go/clients/items"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	reflect "reflect"
diff --git a/clients/roles/roles.pb.go b/clients/roles/roles.pb.go
index 11b2da19..6ac64724 100644
--- a/clients/roles/roles.pb.go
+++ b/clients/roles/roles.pb.go
@@ -7,7 +7,7 @@
 package roles
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/users/users.pb.go b/clients/users/users.pb.go
index d595f42f..77871dfc 100644
--- a/clients/users/users.pb.go
+++ b/clients/users/users.pb.go
@@ -7,7 +7,7 @@
 package users
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/versions/account/versions.pb.go b/clients/versions/account/versions.pb.go
index 6c3c1f51..8ee45569 100644
--- a/clients/versions/account/versions.pb.go
+++ b/clients/versions/account/versions.pb.go
@@ -7,7 +7,7 @@
 package account
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
diff --git a/clients/versions/content/versions.pb.go b/clients/versions/content/versions.pb.go
index d408bc58..ba8a77dc 100644
--- a/clients/versions/content/versions.pb.go
+++ b/clients/versions/content/versions.pb.go
@@ -7,7 +7,7 @@
 package content
 
 import (
-	common "git.perx.ru/perxis/perxis-go/proto/common"
+	common "git.perx.ru/perxis/perxis-go/clients/common"
 	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
 	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
 	emptypb "google.golang.org/protobuf/types/known/emptypb"
-- 
GitLab