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:
@@ -1,6 +1,6 @@
|
||||
module github.com/aggregator-project/aggregator-agent
|
||||
module github.com/Fimeg/RedFlag/aggregator-agent
|
||||
|
||||
go 1.25
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/docker/docker v27.4.1+incompatible
|
||||
|
||||
Reference in New Issue
Block a user