From f56fc2e54d7ca1b9798e6b4d237b0faf0ce3e13c Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 28 Jul 2026 10:30:29 +0100 Subject: [PATCH] fix: Fixed agent build --- agent/internal/inventory/collect_other.go | 2 +- go.work | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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