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-server
|
||||
module github.com/Fimeg/RedFlag/aggregator-server
|
||||
|
||||
go 1.25
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
|
||||
Reference in New Issue
Block a user