From e9bee2804a496bef20d1946f754a5178d4c7538c Mon Sep 17 00:00:00 2001 From: cosban Date: Sun, 25 Feb 2024 17:14:57 -0700 Subject: [PATCH] add cosban/di to the depenency injection category (#5140) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c82db610..16ef72ad 100644 --- a/README.md +++ b/README.md @@ -1692,6 +1692,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. +- [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. - [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice.