mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 02:51:34 +00:00
docs: record cleanup — removed duplicate graphql/ and legacy server helper
This commit is contained in:
parent
5a74ef3eeb
commit
c4dad9e394
1
TODO.md
1
TODO.md
@ -61,6 +61,7 @@
|
|||||||
|
|
||||||
## [ ] Code Quality & Architecture
|
## [ ] Code Quality & Architecture
|
||||||
|
|
||||||
|
- [x] Remove duplicate GraphQL folder and legacy server helper; keep single GraphQL layer under `graph/` for now
|
||||||
- [x] **REFACTORED: Split linguistics/analyzer.go into focused components** (Completed)
|
- [x] **REFACTORED: Split linguistics/analyzer.go into focused components** (Completed)
|
||||||
- [x] **COMPLETED: Clean NLP infrastructure and factory wiring**
|
- [x] **COMPLETED: Clean NLP infrastructure and factory wiring**
|
||||||
- [x] Ports for NLP capabilities with SRP/DRY boundaries
|
- [x] Ports for NLP capabilities with SRP/DRY boundaries
|
||||||
|
|||||||
2
go.mod
2
go.mod
@ -8,6 +8,7 @@ require (
|
|||||||
github.com/99designs/gqlgen v0.17.72
|
github.com/99designs/gqlgen v0.17.72
|
||||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
||||||
github.com/golang-jwt/jwt/v5 v5.3.0
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
||||||
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
||||||
github.com/hibiken/asynq v0.25.1
|
github.com/hibiken/asynq v0.25.1
|
||||||
github.com/jonreiter/govader v0.0.0-20250429093935-f6505c8d03cc
|
github.com/jonreiter/govader v0.0.0-20250429093935-f6505c8d03cc
|
||||||
github.com/pemistahl/lingua-go v1.4.0
|
github.com/pemistahl/lingua-go v1.4.0
|
||||||
@ -40,7 +41,6 @@ require (
|
|||||||
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
||||||
github.com/google/uuid v1.6.0 // indirect
|
github.com/google/uuid v1.6.0 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
||||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||||
github.com/jackc/pgx/v5 v5.7.4 // indirect
|
github.com/jackc/pgx/v5 v5.7.4 // indirect
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user