jobs-monorepo/go.work
Elshimy Ziad Magdy Taha a195d3b8fe google scraper
2025-12-15 10:26:52 +05:00

17 lines
284 B
Text

go 1.24.0
use (
.
./apps/cron-analyzer
./internal/pkg/domain
./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-linkedin
)