From 6e2a49f6cc495b70258df2caa85b8fca595637ed Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:29:15 +0200 Subject: [PATCH] Add matzefriedrich/parsley --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6079b0b5c8a..c27bd39aa47 100644 --- a/README.md +++ b/README.md @@ -1789,6 +1789,7 @@ _Libraries for working with dependency injection._ - [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. - [nject](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup. - [ore](https://github.com/firasdarwish/ore) - Lightweight, generic & simple dependency injection (DI) container. +- [parsley](https://github.com/matzefriedrich/parsley) - A flexible and modular reflection-based DI library with advanced features like scoped contexts and proxy generation, designed for large-scale Go applications. - [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. **[⬆ back to top](#contents)**