Rename package "container" to "GoLobby/Container" (#4188)

This commit is contained in:
Milad Rahimi 2022-04-21 15:34:11 +04:30 committed by GitHub
parent ae673f61bf
commit 7ab286d9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1572,13 +1572,13 @@ _Libraries for working with Microsoft Excel._
_Libraries for working with dependency injection._
- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
- [container](https://github.com/golobby/container) - A powerful IoC Container with fluent and easy-to-use interface.
- [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.
- [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.
- [GoLobby/Container](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language.
- [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.