Files
2026-05-03 16:43:53 +03:00

12 lines
219 B
Modula-2

module github.com/yourname/deflated
go 1.23
require (
github.com/go-chi/chi/v5 v5.0.12
github.com/go-chi/cors v1.2.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.6.0
github.com/joho/godotenv v1.5.1
)