dingo icon indicating copy to clipboard operation
dingo copied to clipboard

Go Dependency Injection Framework

Results 25 dingo issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.15` -> `1.19` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [irongut/CodeCoverageSummary](https://togithub.com/irongut/CodeCoverageSummary) | action | minor | `v1.2.0` -> `v1.3.0` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/golangci-lint.yml...

# Release v0.2.10 ๐Ÿ† ## Summary There are 1 ๐Ÿ‘พ fix, 6 ๐Ÿค– devops, 8 ๐Ÿงน chore, 2 ๐Ÿ“ other commits since v0.2.9. This is a patch ๐Ÿฉน release. Merge...

If a binding is declared as `dingo.ChildSingleton`, it has different instances for each area. If a `dingo.Singleton` gets a `dingo.ChildSingleton` via injection, it is unclear from which area the instance...