diff --git a/pkg/collections/mocks/Collections.go b/pkg/collections/mocks/Collections.go
index 692b5a810b479285a0a63a9c9d581872a7c0f454..e52dffabfd0c8764ab1edd08979b873666d1935e 100644
--- a/pkg/collections/mocks/Collections.go
+++ b/pkg/collections/mocks/Collections.go
@@ -6,10 +6,8 @@ import (
 	context "context"
 
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
-
-	mock "github.com/stretchr/testify/mock"
-
 	schema "git.perx.ru/perxis/perxis-go/pkg/schema"
+	mock "github.com/stretchr/testify/mock"
 )
 
 // Collections is an autogenerated mock type for the Collections type
diff --git a/pkg/collections/transport/client.microgen.go b/pkg/collections/transport/client.microgen.go
index 33cb0079a4287462596b9b25f58f134a4a61ad0c..7fd5b53f360a927e48c00edcd3f4dc7606dd47fe 100644
--- a/pkg/collections/transport/client.microgen.go
+++ b/pkg/collections/transport/client.microgen.go
@@ -5,6 +5,7 @@ package transport
 import (
 	"context"
 	"errors"
+
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
 	schema "git.perx.ru/perxis/perxis-go/pkg/schema"
 	codes "google.golang.org/grpc/codes"
diff --git a/pkg/collections/transport/server.microgen.go b/pkg/collections/transport/server.microgen.go
index 548d611d7fe235f85c98563f19b2240bdd7e6c12..958e28ab78913b23389469ce53316be45dd82c48 100644
--- a/pkg/collections/transport/server.microgen.go
+++ b/pkg/collections/transport/server.microgen.go
@@ -4,6 +4,7 @@ package transport
 
 import (
 	"context"
+
 	collections "git.perx.ru/perxis/perxis-go/pkg/collections"
 	endpoint "github.com/go-kit/kit/endpoint"
 )