From 3c1d25c4cba4a8e4ff429eddea43facec64eb392 Mon Sep 17 00:00:00 2001 From: Volodymyr Konstanchuk <9463474+konstanchuk@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:41:14 +0300 Subject: [PATCH] Add Componego (#5370) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d315330..ed8ee6d2 100644 --- a/README.md +++ b/README.md @@ -1762,6 +1762,7 @@ _Libraries for working with dependency injection._ - [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. - [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers. +- [componego](https://github.com/componego/componego) - A dependency injection framework based on components, allowing dynamic dependency replacement without duplicating code in tests. - [cosban/di](https://gitlab.com/cosban/di) - A code generation based dependency injection wiring tool. - [di](https://github.com/goava/di) - A dependency injection container for go programming language. - [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go.