build: temporarily replace vantage-shared with local checkout

This commit is contained in:
2026-09-08 13:31:56 +00:00
parent 1f2b56ea29
commit e8e41f197a
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -77,3 +77,8 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// TEMPORARY: vantage-shared is not yet released with license.FeatureMCP.
// Points at the local sibling checkout so this branch can compile against it.
// Must be removed and replaced with a real version pin before this branch merges.
replace gitea.hostxtra.co.uk/vantage/vantage-shared => ../../vantage-shared