This commit is contained in:
Sergey Treinis 2021-10-27 17:16:13 +03:00 committed by Avelino
parent f9bccad34f
commit 4222282c91

View File

@ -1416,6 +1416,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig).
* [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
* [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
* [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility.
* [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization.
* [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, and http endpoints, and service startup.