Added boot-go to dependency injection (#4992)

Co-authored-by: Jurica Jurjevic <jurica.jurjevic@mercedes-benz.com>
This commit is contained in:
jurjevic 2023-09-28 17:26:45 +02:00 committed by GitHub
parent ae3087589b
commit 9ffc3076a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1653,6 +1653,7 @@ _Libraries for working with Microsoft Excel._
_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.
- [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.