Replace archived defval/inject to goava/di (#3001)

This commit is contained in:
Maxim Bovtunov 2020-03-17 03:18:05 +03:00 committed by GitHub
parent 2e625e60ee
commit cc3665d223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1138,11 +1138,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. * [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. * [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. * [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. * [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). * [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. * [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
* [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface.
* [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. * [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. * [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.