diff --git a/README.md b/README.md index bf648195..a448deac 100644 --- a/README.md +++ b/README.md @@ -1627,6 +1627,7 @@ _Libraries for working with dependency injection._ - [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. +- [go-ioc](https://github.com/dgawlik/go-ioc) - A minimalist Ioc Container for Go. - [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.