From 58288d7daaf5e136a704a86a86d8eaefd3e69f00 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Tue, 9 Jun 2026 14:55:27 -0700 Subject: [PATCH] docs: update shoulders i'll be better i promise --- SHOULDERS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SHOULDERS.md b/SHOULDERS.md index b097fba..5948cf4 100644 --- a/SHOULDERS.md +++ b/SHOULDERS.md @@ -11,6 +11,8 @@ projects that make this possible: - [pgx](https://github.com/jackc/pgx) — PostgreSQL driver and connection pool - [sqlc](https://sqlc.dev) — Type-safe SQL code generation - [chi](https://github.com/go-chi/chi) — HTTP router +- [go-chi/cors](https://github.com/go-chi/cors) — CORS middleware for chi +- [go-redis](https://github.com/redis/go-redis) — Redis client - [coder/websocket](https://github.com/coder/websocket) — WebSocket implementation - [swaggo/swag](https://github.com/swaggo/swag) — OpenAPI documentation @@ -27,7 +29,7 @@ projects that make this possible: ## Infrastructure - [PostgreSQL](https://www.postgresql.org) — Primary data store -- [Redis](https://redis.io) — Reserved for future caching +- [Redis](https://redis.io) — Optional caching layer - [Caddy](https://caddyserver.com) — Reverse proxy ## Language