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 bb45bf8093
commit 028198f0f1
7 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ module gitea.hostxtra.co.uk/mrhid6/vantage/vantagectl
go 1.26
replace gitea.hostxtra.co.uk/mrhid6/vantage/shared => ../shared
replace gitea.hostxtra.co.uk/vantage/vantage-shared => ../shared
require (
gitea.hostxtra.co.uk/mrhid6/vantage/shared v0.0.0-00010101000000-000000000000
gitea.hostxtra.co.uk/vantage/vantage-shared v0.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.10.2
go.mongodb.org/mongo-driver/v2 v2.8.0
golang.org/x/term v0.45.0