diff --git a/agent/internal/inventory/collect_other.go b/agent/internal/inventory/collect_other.go index 8a0921f..720d14b 100644 --- a/agent/internal/inventory/collect_other.go +++ b/agent/internal/inventory/collect_other.go @@ -6,7 +6,7 @@ // without it this file compiles on Linux too and collides with collect_linux.go. package inventory -import "github.com/mrhid6/vantage/agent/internal/grpc/pb" +import "gitea.hostxtra.co.uk/mrhid6/vantage/agent/internal/grpc/pb" func collect(r *pb.InventoryReport, includeStatic bool) {} diff --git a/go.work b/go.work index d32d8cf..ab47347 100644 --- a/go.work +++ b/go.work @@ -2,6 +2,7 @@ go 1.26 use ( ./admin + ./agent ./server ./shared ./sitesvc