diff --git a/pkg/extension/storage.go b/pkg/extension/storage.go
index deb3e1897a9d1580b687ac38a4a0fdad5b081fba..0703cf4d3cbeab487af7e25cd8af198af30e5ea6 100644
--- a/pkg/extension/storage.go
+++ b/pkg/extension/storage.go
@@ -4,9 +4,9 @@ import (
 	"context"
 	"strings"
 
-	"git.perx.ru/perxis/perxis-go/pkg/collections"
 	"git.perx.ru/perxis/perxis-go/data"
 	"git.perx.ru/perxis/perxis-go/errors"
+	"git.perx.ru/perxis/perxis-go/pkg/collections"
 	"git.perx.ru/perxis/perxis-go/pkg/options"
 	"git.perx.ru/perxis/perxis-go/pkg/setup"
 	pb "git.perx.ru/perxis/perxis-go/proto/extensions"