From 4222282c9139e9e240e15c2f76d7ba27e8798cd2 Mon Sep 17 00:00:00 2001 From: Sergey Treinis Date: Wed, 27 Oct 2021 17:16:13 +0300 Subject: [PATCH] HnH/di --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f019698f..05fc7fd9 100644 --- a/README.md +++ b/README.md @@ -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.