diff --git a/server/go.mod b/server/go.mod index 7c459c1..757eb27 100644 --- a/server/go.mod +++ b/server/go.mod @@ -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 diff --git a/server/go.sum b/server/go.sum index 7efa9f7..fc8c83a 100644 --- a/server/go.sum +++ b/server/go.sum @@ -1,5 +1,3 @@ -gitea.hostxtra.co.uk/vantage/vantage-shared v0.1.0 h1:H6PCb8JHucrRiqPe9kGOhXUjBD66tKFHCP3qz5TjdZc= -gitea.hostxtra.co.uk/vantage/vantage-shared v0.1.0/go.mod h1:dWjeOFLltQ8sv9Pnn1xRxGfWGgqa2fkG0esuaJLoPXQ= github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986 h1:2a30xLN2sUZcMXl50hg+PJCIDdJgIvIbVcKqLJ/ZrtM= github.com/aquasecurity/bolt-fixtures v0.0.0-20200903104109-d34e7f983986/go.mod h1:NT+jyeCzXk6vXR5MTkdn4z64TgGfE5HMLC8qfj5unl8= github.com/aquasecurity/trivy-db v0.0.0-20260713131703-4be526083c54 h1:4CZNoDkNfcuACevZeDraACGmP1+L0nKkRY52+jV8k1M=