diff --git a/README.md b/README.md index 0a5fba87409..8c6dc14534e 100644 --- a/README.md +++ b/README.md @@ -1792,6 +1792,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)**