diff --git a/README.md b/README.md index 51f5b833..ed2823b9 100644 --- a/README.md +++ b/README.md @@ -1174,6 +1174,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. * [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.