Add gontainer (#5010)

This commit is contained in:
Pavel Patrin 2023-09-20 12:50:09 +04:00 committed by GitHub
parent 134de14295
commit 5af740a370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1661,6 +1661,7 @@ _Libraries for working with dependency injection._
- [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
- [GoLobby/Container](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language.
- [gontainer](https://github.com/NVIDIA/gontainer) - A dependency injection service container for Go projects.
- [google/wire](https://github.com/google/wire) - Automated Initialization in Go.
- [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.