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
@@ -6,8 +6,8 @@ import (
"strings"
"time"
"gitea.hostxtra.co.uk/mrhid6/vantage/shared/grpc/codec"
"gitea.hostxtra.co.uk/mrhid6/vantage/shared/grpc/pb"
"gitea.hostxtra.co.uk/vantage/vantage-shared/grpc/codec"
"gitea.hostxtra.co.uk/vantage/vantage-shared/grpc/pb"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"