docs: record cleanup — removed duplicate graphql/ and legacy server helper

This commit is contained in:
Damir Mukimov 2025-08-13 07:49:49 +02:00
parent 5a74ef3eeb
commit c4dad9e394
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@
## [ ] 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] **COMPLETED: Clean NLP infrastructure and factory wiring**
- [x] Ports for NLP capabilities with SRP/DRY boundaries

2
go.mod
View File

@ -8,6 +8,7 @@ require (
github.com/99designs/gqlgen v0.17.72
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
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/jonreiter/govader v0.0.0-20250429093935-f6505c8d03cc
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/google/uuid v1.6.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/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.4 // indirect