jobs-monorepo/go.work
Elshimy Ziad Magdy Taha cbcf9bdcc7 refactor
2025-12-17 17:42:42 +05:00

19 lines
338 B
Text

go 1.24.0
use (
.
./apps/cron-analyzer
./internal/pkg/domain
./internal/pkg/gemini
./internal/pkg/infrastructure
./internal/pkg/openai
./internal/pkg/openrouter
./internal/pkg/utils
./libs/ports
./libs/repo
./libs/server
./services/api
./services/scraper-google
./services/scraper-hiringcafe
./services/scraper-linkedin
)