jobs-monorepo/shared/repo/go.mod
Elshimy Ziad Magdy Taha 0ab6954231 feat: add job analysis infrastructure and Glassdoor support
- Added new job analysis result repository and database migration system
- Expanded job creation to support Glassdoor as a new provider alongside LinkedIn
- Added CV analysis service launch configuration in VS Code
- Updated Makefile with new commands for scraper service and migrations
- Improved environment loading in cron analyzer to support local development
- Added error handling for unsupported job providers
- Integrated job analysis results
2025-10-24 15:10:20 +05:00

12 lines
220 B
Modula-2

module github.com/jobs-scraper/shared/repo
go 1.24.0
toolchain go1.24.7
require (
github.com/jobs-scraper/shared/domain v0.0.0
github.com/lib/pq v1.10.9
)
replace github.com/jobs-scraper/shared/domain => ../domain