From 7ab286d9a6d11d7a0a84b649587c7fc51752a55c Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Thu, 21 Apr 2022 15:34:11 +0430 Subject: [PATCH] Rename package "container" to "GoLobby/Container" (#4188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce43582..f862fcc6 100644 --- a/README.md +++ b/README.md @@ -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.