Fix module paths for GitHub repository structure

- Update go.mod files to use github.com/Fimeg/RedFlag module path
- Fix all import statements across server and agent code
- Resolves build errors when cloning from GitHub
- Utils package (version comparison) is actually needed and working
This commit is contained in:
Fimeg
2025-10-29 11:53:20 -04:00
parent 56ed1069e0
commit e40cb14945
24 changed files with 45 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ import (
"path/filepath"
"time"
"github.com/aggregator-project/aggregator-agent/internal/client"
"github.com/Fimeg/RedFlag/aggregator-agent/internal/client"
"github.com/google/uuid"
)