refactor: rename shared module to gitea.hostxtra.co.uk/vantage/vantage-shared

This commit is contained in:
2026-09-08 07:34:53 +00:00
parent 189a8fa963
commit 3bf80a117b
88 changed files with 116 additions and 116 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ import (
"fmt"
"gitea.hostxtra.co.uk/mrhid6/vantage/admin/internal/db"
sharedmodels "gitea.hostxtra.co.uk/mrhid6/vantage/shared/models"
"gitea.hostxtra.co.uk/mrhid6/vantage/shared/provision"
sharedmodels "gitea.hostxtra.co.uk/vantage/vantage-shared/models"
"gitea.hostxtra.co.uk/vantage/vantage-shared/provision"
"github.com/google/uuid"
"go.mongodb.org/mongo-driver/v2/bson"
)