Created a middleware and library that allows two context based workflows: storing attributes in the context, to be added to log lines by a handler; and adding the logger itself to context, with helper methods for interacting with it directly in the context. https://github.com/veqryn/slog-context
diff --git a/Resources-for-slog.md b/Resources-for-slog.md
index 923aead..04548a9 100644
--- a/Resources-for-slog.md
+++ b/Resources-for-slog.md
@@ -16,6 +16,7 @@
 - [zapr](https://github.com/go-logr/zapr): starting with v1.3.0, both slog/logr and go-logr/logr APIs are supported by the same logger instance.
 
 #### Logging Middleware
+- slog-context: store attributes or the logger in context: https://github.com/veqryn/slog-context
 - slog-dedup: deduplication of attribute keys for use with json logging: https://github.com/veqryn/slog-dedup
 
 #### HTTP server middleware